Spaces:
Running
Running
muhammadsalmanalfaridzi
commited on
Commit
•
c4923cb
1
Parent(s):
fd07a49
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def clear_all():
|
|
105 |
return None, "", [], "" # Reset file input, load output, chatbot, and message input to default states
|
106 |
|
107 |
# Create the Gradio interface
|
108 |
-
with gr.Blocks(
|
109 |
gr.Markdown("# RAG Multi-file Chat Application")
|
110 |
|
111 |
with gr.Row():
|
|
|
105 |
return None, "", [], "" # Reset file input, load output, chatbot, and message input to default states
|
106 |
|
107 |
# Create the Gradio interface
|
108 |
+
with gr.Blocks() as demo:
|
109 |
gr.Markdown("# RAG Multi-file Chat Application")
|
110 |
|
111 |
with gr.Row():
|