Thiloid commited on
Commit
5a5a41b
·
verified ·
1 Parent(s): 8aa712d

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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
- 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 du gerne tust!"]], render_markdown=True),
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