reab5555 commited on
Commit
012caa6
·
verified ·
1 Parent(s): a15a3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
 
102
  with gr.Row():
103
  with gr.Column():
104
- file_input = gr.File(label="Select Files", file_count="multiple", file_types=[".pdf", ".docx", ".txt"])
105
  process_button = gr.Button("Process Files")
106
 
107
  output = gr.Textbox(label="Processing Output")
 
101
 
102
  with gr.Row():
103
  with gr.Column():
104
+ file_input = gr.File(label="Select Source Knowledge Documents", file_count="multiple", file_types=[".pdf", ".docx", ".txt"])
105
  process_button = gr.Button("Process Files")
106
 
107
  output = gr.Textbox(label="Processing Output")