taupirho commited on
Commit
d7d5023
·
verified ·
1 Parent(s): fae1c86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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")