Spaces:
Runtime error
Runtime error
changed web app title
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def CustomChatGPT(message, history):
|
|
| 60 |
|
| 61 |
gradio.ChatInterface(fn=CustomChatGPT,
|
| 62 |
theme = 'gradio/soft',
|
| 63 |
-
title = "
|
| 64 |
description = des).queue().launch()
|
| 65 |
|
| 66 |
|
|
|
|
| 60 |
|
| 61 |
gradio.ChatInterface(fn=CustomChatGPT,
|
| 62 |
theme = 'gradio/soft',
|
| 63 |
+
title = "Advanced Corp Val AI Coach",
|
| 64 |
description = des).queue().launch()
|
| 65 |
|
| 66 |
|