alexkueck commited on
Commit
f520e98
1 Parent(s): bbbb090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")