Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -552,7 +552,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
| 552 |
################################################
|
| 553 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
| 554 |
################################################
|
| 555 |
-
with gr.Tab(Chatbot):
|
| 556 |
with gr.Row():
|
| 557 |
gr.HTML("LI Chatot")
|
| 558 |
status_display = gr.Markdown("Success", elem_id="status_display")
|
|
|
|
| 552 |
################################################
|
| 553 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
| 554 |
################################################
|
| 555 |
+
with gr.Tab("Chatbot"):
|
| 556 |
with gr.Row():
|
| 557 |
gr.HTML("LI Chatot")
|
| 558 |
status_display = gr.Markdown("Success", elem_id="status_display")
|