c commited on
Commit
c770d11
·
verified ·
1 Parent(s): 22a456b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def greet(your_prompt):
31
  demo = gr.Interface(fn=greet,
32
  inputs="textbox",
33
  outputs="textbox",
34
- title="My Academic ChatChat",
35
  )
36
 
37
 
 
31
  demo = gr.Interface(fn=greet,
32
  inputs="textbox",
33
  outputs="textbox",
34
+ title="Academic Kitchen ChatChat",
35
  )
36
 
37