Update run.py
Browse files
run.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as chatbot:
|
|
160 |
gr.HTML(js_code())
|
161 |
chat_interface = gr.ChatInterface(
|
162 |
response,
|
163 |
-
|
164 |
title="German Studyhelper Chätti"
|
165 |
)
|
166 |
|
|
|
160 |
gr.HTML(js_code())
|
161 |
chat_interface = gr.ChatInterface(
|
162 |
response,
|
163 |
+
chatbot2=gr.Chatbot(value=[[None, "Herzlich willkommen! Ich bin Chätti ein KI-basiertes Studienassistenzsystem, das für jede Anfrage die am besten Studieninformationen empfiehlt.<br>Erzähle mir, was du gerne tust!"]], render_markdown=True),
|
164 |
title="German Studyhelper Chätti"
|
165 |
)
|
166 |
|