ppsingh commited on
Commit
d708cd2
1 Parent(s): ab7c7b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):