Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def cqa_tab(tab_name):
|
|
152 |
"<h2>There are no graphs to be displayed at the moment. Try asking another question.</h2>",
|
153 |
elem_id="graphs-container"
|
154 |
)
|
155 |
-
with gr.Tab("DRIAS", elem_id="tab-vanna", id=6) as tab_vanna:
|
156 |
vanna_direct_question = gr.Textbox(label="Direct Question", placeholder="You can write direct question here",elem_id="direct-question", interactive=True)
|
157 |
with gr.Accordion("Details",elem_id = 'vanna-details', open=False) as vanna_details :
|
158 |
vanna_sql_query = gr.Textbox(label="SQL Query Used", elem_id="sql-query", interactive=False)
|
|
|
152 |
"<h2>There are no graphs to be displayed at the moment. Try asking another question.</h2>",
|
153 |
elem_id="graphs-container"
|
154 |
)
|
155 |
+
with gr.Tab("Beta - DRIAS", elem_id="tab-vanna", id=6) as tab_vanna:
|
156 |
vanna_direct_question = gr.Textbox(label="Direct Question", placeholder="You can write direct question here",elem_id="direct-question", interactive=True)
|
157 |
with gr.Accordion("Details",elem_id = 'vanna-details', open=False) as vanna_details :
|
158 |
vanna_sql_query = gr.Textbox(label="SQL Query Used", elem_id="sql-query", interactive=False)
|