Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
•
7b6a9a0
1
Parent(s):
1f36d0f
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ start_work = """async() => {
|
|
109 |
}"""
|
110 |
|
111 |
|
112 |
-
with gr.Blocks(title='
|
113 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
114 |
with gr.Box():
|
115 |
with gr.Row():
|
|
|
109 |
}"""
|
110 |
|
111 |
|
112 |
+
with gr.Blocks(title='Talk to chatGPT') as demo:
|
113 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
114 |
with gr.Box():
|
115 |
with gr.Row():
|