Spaces:
Running
Running
changed name of second tab
Browse files
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("
|
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)
|