Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-c
|
|
247 |
#)
|
248 |
|
249 |
output_query = gr.Textbox(label="Query used for retrieval",show_label = True,elem_id = "reformulated-query",lines = 2,interactive = False)
|
250 |
-
output_language = gr.Textbox(label="Language",show_label = True,elem_id = "language",lines = 1,interactive = False)
|
251 |
|
252 |
|
253 |
with gr.Tab("Sources",elem_id = "tab-citations",id = 1):
|
|
|
247 |
#)
|
248 |
|
249 |
output_query = gr.Textbox(label="Query used for retrieval",show_label = True,elem_id = "reformulated-query",lines = 2,interactive = False)
|
250 |
+
#output_language = gr.Textbox(label="Language",show_label = True,elem_id = "language",lines = 1,interactive = False)
|
251 |
|
252 |
|
253 |
with gr.Tab("Sources",elem_id = "tab-citations",id = 1):
|