Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(), title="🔍 AI RAG Assistant") a
|
|
| 143 |
with gr.Accordion("ℹ️ Info", open=False):
|
| 144 |
gr.Markdown("- Web Search fetches latest online results\n- PDF mode retrieves answers from your document\n- Uses Mixtral model from Together AI")
|
| 145 |
|
| 146 |
-
gr.HTML("<div style='text-align:center; font-size:0.9em; color:gray;'>
|
| 147 |
|
| 148 |
# Bind events
|
| 149 |
file.change(handle_file_upload, inputs=file, outputs=[status, doc_info])
|
|
|
|
| 143 |
with gr.Accordion("ℹ️ Info", open=False):
|
| 144 |
gr.Markdown("- Web Search fetches latest online results\n- PDF mode retrieves answers from your document\n- Uses Mixtral model from Together AI")
|
| 145 |
|
| 146 |
+
gr.HTML("<div style='text-align:center; font-size:0.9em; color:gray;'>ipradeepsengarr</div>")
|
| 147 |
|
| 148 |
# Bind events
|
| 149 |
file.change(handle_file_upload, inputs=file, outputs=[status, doc_info])
|