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