Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|