Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def create_interface():
|
|
| 111 |
rag_chatbot = RAGChatbot()
|
| 112 |
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
-
gr.Markdown("#
|
| 115 |
|
| 116 |
with gr.Row():
|
| 117 |
file_input = gr.File(label="Upload Documents", file_count="multiple", type="filepath")
|
|
|
|
| 111 |
rag_chatbot = RAGChatbot()
|
| 112 |
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
+
gr.Markdown("# Ask your PDf!")
|
| 115 |
|
| 116 |
with gr.Row():
|
| 117 |
file_input = gr.File(label="Upload Documents", file_count="multiple", type="filepath")
|