alexkueck commited on
Commit
5cb312a
1 Parent(s): 7b0d0ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -623,11 +623,11 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
623
  ################################################
624
  # Tab zum Chatbot mit Text oder Bildeingabe
625
  ################################################
 
626
  with gr.Tab("Chatbot"):
627
  with gr.Row():
628
  gr.HTML("LI Chatot")
629
  status_display = gr.Markdown("Success", elem_id="status_display")
630
- gr.Markdown(description_top)
631
  with gr.Row():
632
  with gr.Column(scale=5):
633
  with gr.Row():
 
623
  ################################################
624
  # Tab zum Chatbot mit Text oder Bildeingabe
625
  ################################################
626
+ gr.Markdown(description_top)
627
  with gr.Tab("Chatbot"):
628
  with gr.Row():
629
  gr.HTML("LI Chatot")
630
  status_display = gr.Markdown("Success", elem_id="status_display")
 
631
  with gr.Row():
632
  with gr.Column(scale=5):
633
  with gr.Row():