Spaces:
Runtime error
Runtime error
Gopala Krishna
commited on
Commit
•
80f95c1
1
Parent(s):
7094f38
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css="""#col_container {width: 1000px; margin-left: auto; margin-r
|
|
119 |
|
120 |
with gr.Box():
|
121 |
with gr.Row():
|
122 |
-
chatbot_chatgpt = gr.Chatbot(elem_id="chatgpt", label='
|
123 |
chat_counter_chatgpt = gr.Number(value=0, visible=False, precision=0)
|
124 |
|
125 |
|
|
|
119 |
|
120 |
with gr.Box():
|
121 |
with gr.Row():
|
122 |
+
chatbot_chatgpt = gr.Chatbot(elem_id="chatgpt", label='My ChatGPT Turbo')
|
123 |
chat_counter_chatgpt = gr.Number(value=0, visible=False, precision=0)
|
124 |
|
125 |
|