nadaaaita commited on
Commit
6e96b49
·
1 Parent(s): 973ae4d

changed name of second tab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(css=css) as demo:
134
  inputs=input_text_pf,
135
  )
136
 
137
- with gr.TabItem("Chatbot"):
138
  with gr.Row():
139
  with gr.Column(scale=4):
140
  chatbot_output = gr.Chatbot(height=600)
 
134
  inputs=input_text_pf,
135
  )
136
 
137
+ with gr.TabItem("Custom Chatbots"):
138
  with gr.Row():
139
  with gr.Column(scale=4):
140
  chatbot_output = gr.Chatbot(height=600)