Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -253,8 +253,7 @@ with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-c
|
|
253 |
#)
|
254 |
|
255 |
output_query = gr.Textbox(label="Query used for retrieval",show_label = True,elem_id = "reformulated-query",lines = 2,interactive = False)
|
256 |
-
output_language = "
|
257 |
-
# gr.Textbox(label="Language",show_label = True,elem_id = "language",lines = 1,interactive = False)
|
258 |
|
259 |
with gr.Tab("About",elem_classes = "max-height other-tabs"):
|
260 |
with gr.Row():
|
|
|
253 |
#)
|
254 |
|
255 |
output_query = gr.Textbox(label="Query used for retrieval",show_label = True,elem_id = "reformulated-query",lines = 2,interactive = False)
|
256 |
+
output_language = gr.Textbox(label="Language",show_label = True,elem_id = "language",lines = 1,interactive = False)
|
|
|
257 |
|
258 |
with gr.Tab("About",elem_classes = "max-height other-tabs"):
|
259 |
with gr.Row():
|