AbeerTrial commited on
Commit
9c75f68
·
1 Parent(s): 1a2d030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -787,7 +787,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
787
 
788
  with gr.Tab("Query SBAR Reports"):
789
  with gr.Column():
790
- gr.label("Click Refresh button to view the SBAR documents")
791
  sbar_refresh_button = gr.Button("Refresh")
792
  ask_sbar_input = gr.CheckboxGroup(label="Choose File(s)")
793
 
 
787
 
788
  with gr.Tab("Query SBAR Reports"):
789
  with gr.Column():
790
+ gr.Textbox(label="Click Refresh button to view the SBAR documents")
791
  sbar_refresh_button = gr.Button("Refresh")
792
  ask_sbar_input = gr.CheckboxGroup(label="Choose File(s)")
793