as-cle-bert commited on
Commit
8d0bbbb
1 Parent(s): f8c2937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,5 +39,5 @@ def reply(message, history):
39
  time.sleep(0.0001)
40
  yield this_hist
41
 
42
- demo = gr.ChatInterface(fn=reply, title="Climate-related Financial Disclosures Counselor", theme=mytheme)
43
  demo.launch(server_name="0.0.0.0", share=False)
 
39
  time.sleep(0.0001)
40
  yield this_hist
41
 
42
+ demo = gr.ChatInterface(fn=reply, title="cLLiMateChat", theme=mytheme)
43
  demo.launch(server_name="0.0.0.0", share=False)