ppsingh commited on
Commit
a0e734b
1 Parent(s): 96058bb

Update app.py

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