alexkueck commited on
Commit
2815f5e
1 Parent(s): 0352a87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -445,7 +445,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
445
  with gr.Tab("LI Chatbot"):
446
  with gr.Row():
447
  #gr.HTML("LI Chatot")
448
- status_display = gr.Markdown("Success", elem_id="status_display")
449
  with gr.Row():
450
  with gr.Column(scale=5):
451
  with gr.Row():
@@ -519,7 +519,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
519
  with gr.Tab("LI Zeichnen"):
520
  with gr.Row():
521
  #gr.HTML("LI Zeichnen mit KI")
522
- status_display2 = gr.Markdown("Success", elem_id="status_display")
523
  #gr.Markdown(description2)
524
  with gr.Row():
525
  with gr.Column(scale=5):
 
445
  with gr.Tab("LI Chatbot"):
446
  with gr.Row():
447
  #gr.HTML("LI Chatot")
448
+ status_display = gr.Markdown("Success", visible = False, elem_id="status_display")
449
  with gr.Row():
450
  with gr.Column(scale=5):
451
  with gr.Row():
 
519
  with gr.Tab("LI Zeichnen"):
520
  with gr.Row():
521
  #gr.HTML("LI Zeichnen mit KI")
522
+ status_display2 = gr.Markdown("Success", visible = False, elem_id="status_display")
523
  #gr.Markdown(description2)
524
  with gr.Row():
525
  with gr.Column(scale=5):