sparkmy commited on
Commit
73bb092
1 Parent(s): 3872275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks( title='GPT-3.5-turbo by sparkmy') as demo:
17
 
18
  submit.click(predict, inputs=txt, outputs=[chatbot])
19
  submit.click(reset_textbox, [], [txt])
20
- tab = gr.Tab(f"{information}Please don't share with too many people, otherwise it will broken down!.And if you want to use it for a long time, please contract with me, my email: sparkmy181@163.com")
21
  demo.queue(max_size=10)
22
  demo.launch(share=False,show_tips=True,show_error=True,debug=True,auth=None)
23
 
 
17
 
18
  submit.click(predict, inputs=txt, outputs=[chatbot])
19
  submit.click(reset_textbox, [], [txt])
20
+ tab = gr.Tab(f"Please don't share with too many people, otherwise it will broken down!.And if you want to use it for a long time, please contract with me, my email: sparkmy181@163.com")
21
  demo.queue(max_size=10)
22
  demo.launch(share=False,show_tips=True,show_error=True,debug=True,auth=None)
23