Update app.py
Browse files
app.py
CHANGED
@@ -442,9 +442,9 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
442 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
443 |
################################################
|
444 |
gr.Markdown(description_top)
|
445 |
-
with gr.Tab("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):
|
@@ -516,9 +516,9 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
516 |
################################################
|
517 |
# Tab zum Zeichnen mit Stable Diffusion
|
518 |
################################################
|
519 |
-
with gr.Tab("
|
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():
|
|
|
442 |
# Tab zum Chatbot mit Text oder Bildeingabe
|
443 |
################################################
|
444 |
gr.Markdown(description_top)
|
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):
|
|
|
516 |
################################################
|
517 |
# Tab zum Zeichnen mit Stable Diffusion
|
518 |
################################################
|
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():
|