yizhangliu commited on
Commit
7b6a9a0
1 Parent(s): 1f36d0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ start_work = """async() => {
109
  }"""
110
 
111
 
112
- with gr.Blocks(title='chat with chatgpt') as demo:
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():