Update app.py
Browse files
app.py
CHANGED
@@ -489,7 +489,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
489 |
with gr.Row():
|
490 |
emptyBtn2 = gr.ClearButton([user_input, chatbot_bild], value="🧹 Neue Session", scale=10)
|
491 |
#additional_inputs_accordion = gr.Accordion(label="Weitere Eingaben...", open=False)
|
492 |
-
|
493 |
with gr.Column(min_width=50, scale=1):
|
494 |
with gr.Tab(label="Parameter Einstellung"):
|
495 |
#gr.Markdown("# Parameters")
|
|
|
489 |
with gr.Row():
|
490 |
emptyBtn2 = gr.ClearButton([user_input, chatbot_bild], value="🧹 Neue Session", scale=10)
|
491 |
#additional_inputs_accordion = gr.Accordion(label="Weitere Eingaben...", open=False)
|
492 |
+
with gr.Column():
|
493 |
with gr.Column(min_width=50, scale=1):
|
494 |
with gr.Tab(label="Parameter Einstellung"):
|
495 |
#gr.Markdown("# Parameters")
|