jayant012 commited on
Commit
787f08a
1 Parent(s): 82b2908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ def answer_query(message, chat_history):
68
 
69
  with gr.Blocks() as demo:
70
  gr.HTML("<h1 align = 'center'>Smart Assistant</h1>")
 
71
 
72
  with gr.Row():
73
 
 
68
 
69
  with gr.Blocks() as demo:
70
  gr.HTML("<h1 align = 'center'>Smart Assistant</h1>")
71
+ gr.HTML("<h2 align = 'center'>Upload any PDF and ask your questions.</h2>")
72
 
73
  with gr.Row():
74