Update app.py
Browse files
app.py
CHANGED
@@ -445,7 +445,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
445 |
################################################
|
446 |
gr.Markdown(description_top)
|
447 |
with gr.Tab("LI Chatbot"):
|
448 |
-
with gr.Row():
|
449 |
#gr.HTML("LI Chatot")
|
450 |
#status_display = gr.Markdown("Success", visible = False, elem_id="status_display")
|
451 |
with gr.Row():
|
@@ -519,7 +519,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
519 |
# Tab zum Zeichnen mit Stable Diffusion
|
520 |
################################################
|
521 |
with gr.Tab("LI Zeichnen"):
|
522 |
-
with gr.Row():
|
523 |
#gr.HTML("LI Zeichnen mit KI")
|
524 |
#status_display2 = gr.Markdown("Success", visible = False, elem_id="status_display")
|
525 |
#gr.Markdown(description2)
|
|
|
445 |
################################################
|
446 |
gr.Markdown(description_top)
|
447 |
with gr.Tab("LI Chatbot"):
|
448 |
+
#with gr.Row():
|
449 |
#gr.HTML("LI Chatot")
|
450 |
#status_display = gr.Markdown("Success", visible = False, elem_id="status_display")
|
451 |
with gr.Row():
|
|
|
519 |
# Tab zum Zeichnen mit Stable Diffusion
|
520 |
################################################
|
521 |
with gr.Tab("LI Zeichnen"):
|
522 |
+
#with gr.Row():
|
523 |
#gr.HTML("LI Zeichnen mit KI")
|
524 |
#status_display2 = gr.Markdown("Success", visible = False, elem_id="status_display")
|
525 |
#gr.Markdown(description2)
|