Update run.py
Browse files
run.py
CHANGED
@@ -192,7 +192,7 @@ def response(
|
|
192 |
output=output[:-4]+"\n"+osaanswer
|
193 |
yield output
|
194 |
|
195 |
-
gr.ChatInterface(response, chatbot=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
|
196 |
print("Interface up and running!")
|
197 |
|
198 |
|
|
|
192 |
output=output[:-4]+"\n"+osaanswer
|
193 |
yield output
|
194 |
|
195 |
+
gr.ChatInterface(response, chatbot=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 dich interessiert! Allgeimein kann ich dir diesen Test (https://www.was-studiere-ich.de/) oder diese Seminare (https://www.bw-best.de) zur Studienfindung empfehlen."]],render_markdown=True),title="German Studyhelper Chätti").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
|
196 |
print("Interface up and running!")
|
197 |
|
198 |
|