Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ gr.ChatInterface(
|
|
| 133 |
inference,
|
| 134 |
chatbot=myChatbot,
|
| 135 |
textbox=myTextInput,
|
| 136 |
-
title="
|
| 137 |
theme=myTheme,
|
| 138 |
#additional_inputs=myAdditionalInputs,
|
| 139 |
submit_btn=mySubmitButton,
|
|
|
|
| 133 |
inference,
|
| 134 |
chatbot=myChatbot,
|
| 135 |
textbox=myTextInput,
|
| 136 |
+
title="FRANZI-Bot",
|
| 137 |
theme=myTheme,
|
| 138 |
#additional_inputs=myAdditionalInputs,
|
| 139 |
submit_btn=mySubmitButton,
|