xiaolv commited on
Commit
8a37bd4
1 Parent(s): ca24d54

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ async def get_model_reply(prompt,style,cookies,context=[]):
28
 
29
  with gr.Blocks() as dialog_app:
30
 
31
- # with gr.Tab("Cookies"):
32
- # cookies = gr.Textbox(lines=2, label="输入bing.com中的cookies")
33
  with gr.Tab("New Bing Chat GPT4"):
34
  gr.Markdown("# 连接 new-bing 接口,用的是GPT4的接口")
35
  chatbot = gr.Chatbot()
 
28
 
29
  with gr.Blocks() as dialog_app:
30
 
31
+ with gr.Tab("Cookies"):
32
+ cookies = gr.Textbox(lines=2, label="输入bing.com中的cookies",value=cookies)
33
  with gr.Tab("New Bing Chat GPT4"):
34
  gr.Markdown("# 连接 new-bing 接口,用的是GPT4的接口")
35
  chatbot = gr.Chatbot()