commit
Browse files
app.py
CHANGED
|
@@ -143,7 +143,6 @@ with gr.Blocks(title="Prüfungsrechts-Chatbot (Supabase + OpenAI)") as demo:
|
|
| 143 |
with gr.Column(scale=2):
|
| 144 |
|
| 145 |
chatbot = gr.Chatbot(
|
| 146 |
-
type="messages",
|
| 147 |
label="Chat",
|
| 148 |
height=550,
|
| 149 |
)
|
|
|
|
| 143 |
with gr.Column(scale=2):
|
| 144 |
|
| 145 |
chatbot = gr.Chatbot(
|
|
|
|
| 146 |
label="Chat",
|
| 147 |
height=550,
|
| 148 |
)
|