Update app.py
Browse files
app.py
CHANGED
@@ -77,10 +77,10 @@ def clear_all():
|
|
77 |
|
78 |
# Create the Gradio interface
|
79 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
80 |
-
gr.Markdown("# RAG Multi-file Chat Application")
|
81 |
|
82 |
with gr.Row():
|
83 |
-
file_input = gr.File(label="Select files to load", file_count="multiple")
|
84 |
load_btn = gr.Button("Load Documents")
|
85 |
|
86 |
load_output = gr.Textbox(label="Load Status")
|
|
|
77 |
|
78 |
# Create the Gradio interface
|
79 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
80 |
+
gr.Markdown("# RAG Multi-file, Multi-format Chat Application")
|
81 |
|
82 |
with gr.Row():
|
83 |
+
file_input = gr.File(label="Select files to load (txt,csv,xlsx,docx,PDF)", file_count="multiple")
|
84 |
load_btn = gr.Button("Load Documents")
|
85 |
|
86 |
load_output = gr.Textbox(label="Load Status")
|