OuroborosM commited on
Commit
ab60cf4
·
1 Parent(s): 798f846

correct HMI

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -823,7 +823,7 @@ with gr.Blocks() as demo:
823
  placeholder = "Input Your Question",
824
  show_label = False,
825
  )
826
- submit_button = gr.Button("STOP", variant="primary", visible=True)
827
  stop_button = gr.Button("STOP", variant='stop', visible=False)
828
 
829
  with gr.Row():
@@ -849,8 +849,8 @@ with gr.Blocks() as demo:
849
  autoplay= True,
850
  label= "OUTPUT",
851
  )
852
- upload_button = gr.UploadButton("✡️ INGEST DB", file_count="multiple", scale= 0)
853
- upload_file_button = gr.UploadButton("📁 UPLOAD", file_count="single", scale= 0)
854
  retry_button = gr.Button("RETRY")
855
  clear_button = gr.Button("CLEAR")
856
  with gr.Accordion(
 
823
  placeholder = "Input Your Question",
824
  show_label = False,
825
  )
826
+ submit_button = gr.Button("SUBMIT", variant="primary", visible=True)
827
  stop_button = gr.Button("STOP", variant='stop', visible=False)
828
 
829
  with gr.Row():
 
849
  autoplay= True,
850
  label= "OUTPUT",
851
  )
852
+ upload_button = gr.UploadButton("✡️ INGEST DB", file_count="multiple", scale= 0, variant="secondary")
853
+ upload_file_button = gr.UploadButton("📁 UPLOAD", file_count="single", scale= 0, variant="secondary")
854
  retry_button = gr.Button("RETRY")
855
  clear_button = gr.Button("CLEAR")
856
  with gr.Accordion(