Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ iface = gradio.ChatInterface(
|
|
| 33 |
customLLMBot,
|
| 34 |
chatbot=gradio.Chatbot(height=300),
|
| 35 |
textbox=gradio.Textbox(placeholder="Ask me a question related to software field"),
|
| 36 |
-
title="MindMesh",
|
| 37 |
description="Chat bot as an AI Tutor",
|
| 38 |
theme="soft",
|
| 39 |
examples=["hi", "What is supervised learning ?"],
|
|
|
|
| 33 |
customLLMBot,
|
| 34 |
chatbot=gradio.Chatbot(height=300),
|
| 35 |
textbox=gradio.Textbox(placeholder="Ask me a question related to software field"),
|
| 36 |
+
title="MindMesh ",
|
| 37 |
description="Chat bot as an AI Tutor",
|
| 38 |
theme="soft",
|
| 39 |
examples=["hi", "What is supervised learning ?"],
|