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

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 Chat",
35
  )
36
 
37
 
 
31
  demo = gr.Interface(fn=greet,
32
  inputs="textbox",
33
  outputs="textbox",
34
+ title="My Academic ChatChat",
35
  )
36
 
37