Spaces:
Runtime error
Runtime error
AbeerTrial
commited on
Commit
·
8bfaa1b
1
Parent(s):
9c75f68
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import os
|
3 |
import openai
|
4 |
|
@@ -773,7 +772,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
773 |
with gr.Tab("Query SOAP Reports"):
|
774 |
with gr.Column():
|
775 |
|
776 |
-
soap_refresh_button = gr.Button("
|
777 |
ask_soap_input = gr.CheckboxGroup(label="Choose File(s)")
|
778 |
|
779 |
ask_soap_question = gr.Textbox(label="Enter Question here")
|
@@ -787,8 +786,8 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
787 |
|
788 |
with gr.Tab("Query SBAR Reports"):
|
789 |
with gr.Column():
|
790 |
-
|
791 |
-
sbar_refresh_button = gr.Button("
|
792 |
ask_sbar_input = gr.CheckboxGroup(label="Choose File(s)")
|
793 |
|
794 |
ask_sbar_question = gr.Textbox(label="Enter Question here")
|
|
|
|
|
1 |
import os
|
2 |
import openai
|
3 |
|
|
|
772 |
with gr.Tab("Query SOAP Reports"):
|
773 |
with gr.Column():
|
774 |
|
775 |
+
soap_refresh_button = gr.Button("View SOAP Reports")
|
776 |
ask_soap_input = gr.CheckboxGroup(label="Choose File(s)")
|
777 |
|
778 |
ask_soap_question = gr.Textbox(label="Enter Question here")
|
|
|
786 |
|
787 |
with gr.Tab("Query SBAR Reports"):
|
788 |
with gr.Column():
|
789 |
+
|
790 |
+
sbar_refresh_button = gr.Button("View SBAR Reports")
|
791 |
ask_sbar_input = gr.CheckboxGroup(label="Choose File(s)")
|
792 |
|
793 |
ask_sbar_question = gr.Textbox(label="Enter Question here")
|