alexkueck commited on
Commit
5659675
1 Parent(s): 2bf8d5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -622,7 +622,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
622
  ################################################
623
  # Tab zum Zeichnen mit Stable Diffusion
624
  ################################################
625
- with gr.Tab(KI zum Zeichnen):
626
  with gr.Row():
627
  gr.HTML("LI Zeichnen mit KI")
628
  status_display = gr.Markdown("Success", elem_id="status_display")
 
622
  ################################################
623
  # Tab zum Zeichnen mit Stable Diffusion
624
  ################################################
625
+ with gr.Tab("KI zum Zeichnen"):
626
  with gr.Row():
627
  gr.HTML("LI Zeichnen mit KI")
628
  status_display = gr.Markdown("Success", elem_id="status_display")