ppsingh commited on
Commit
a7b80ba
1 Parent(s): 6216345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ What do you want to learn ?
60
  with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
61
  # user_id_state = gr.State([user_id])
62
 
63
- with gr.Tab("ClimateQ&A"):
64
 
65
  with gr.Row(elem_id="chatbot-row"):
66
  with gr.Column(scale=2):
 
60
  with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
61
  # user_id_state = gr.State([user_id])
62
 
63
+ with gr.Tab("AuditQ&A"):
64
 
65
  with gr.Row(elem_id="chatbot-row"):
66
  with gr.Column(scale=2):