alexkueck commited on
Commit
98f9472
1 Parent(s): b7c8b34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -473,7 +473,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
473
  ################################################
474
  gr.Markdown(description_top)
475
  with gr.Tab("LI Chatbot"):
476
- #with gr.Row():
477
  #gr.HTML("LI Chatot")
478
  status_display = gr.Markdown("Antwort der KI ...", visible = False, elem_id="status_display")
479
  with gr.Row():
@@ -547,7 +547,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
547
  # Tab zum Zeichnen mit Stable Diffusion
548
  ################################################
549
  with gr.Tab("LI Zeichnen"):
550
- #with gr.Row():
551
  #gr.HTML("LI Zeichnen mit KI")
552
  status_display2 = gr.Markdown("Success", visible = False, elem_id="status_display")
553
  #gr.Markdown(description2)
 
473
  ################################################
474
  gr.Markdown(description_top)
475
  with gr.Tab("LI Chatbot"):
476
+ with gr.Row():
477
  #gr.HTML("LI Chatot")
478
  status_display = gr.Markdown("Antwort der KI ...", visible = False, elem_id="status_display")
479
  with gr.Row():
 
547
  # Tab zum Zeichnen mit Stable Diffusion
548
  ################################################
549
  with gr.Tab("LI Zeichnen"):
550
+ with gr.Row():
551
  #gr.HTML("LI Zeichnen mit KI")
552
  status_display2 = gr.Markdown("Success", visible = False, elem_id="status_display")
553
  #gr.Markdown(description2)