Spaces:
Runtime error
Runtime error
c
commited on
Update app.py
Browse files
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="
|
35 |
)
|
36 |
|
37 |
|
|
|
31 |
demo = gr.Interface(fn=greet,
|
32 |
inputs="textbox",
|
33 |
outputs="textbox",
|
34 |
+
title="Academic Kitchen ChatChat",
|
35 |
)
|
36 |
|
37 |
|