Nguyen5 commited on
Commit
3a67638
·
1 Parent(s): 4d20c45
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(title="Prüfungsrechts-Chatbot (RAG + Sprache)") as demo:
151
 
152
  with gr.Row():
153
  with gr.Column(scale=2):
154
- chatbot = gr.Chatbot(type="messages", label="Chat", height=500)
155
 
156
  msg = gr.Textbox(
157
  label="Frage eingeben",
 
151
 
152
  with gr.Row():
153
  with gr.Column(scale=2):
154
+ chatbot = gr.Chatbot(label="Chat", height=500)
155
 
156
  msg = gr.Textbox(
157
  label="Frage eingeben",