Spaces:
Runtime error
Runtime error
Gopala Krishna
commited on
Commit
•
7094f38
1
Parent(s):
4655007
changed label
Browse files- .vs/MyChatGPTTurbo/v17/.wsuo +0 -0
- app.py +1 -1
.vs/MyChatGPTTurbo/v17/.wsuo
CHANGED
Binary files a/.vs/MyChatGPTTurbo/v17/.wsuo and b/.vs/MyChatGPTTurbo/v17/.wsuo differ
|
|
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 |
|