Update app.py
Browse files
app.py
CHANGED
@@ -61,10 +61,7 @@ with gr.Blocks() as demo:
|
|
61 |
)
|
62 |
|
63 |
with gr.Row():
|
64 |
-
input_text = gr.
|
65 |
-
label="Eingabe",
|
66 |
-
placeholder="Gib deine Nachricht hier ein..."
|
67 |
-
)
|
68 |
|
69 |
output_text = gr.Textbox(label="Antwort", interactive=False)
|
70 |
input_text.submit(
|
|
|
61 |
)
|
62 |
|
63 |
with gr.Row():
|
64 |
+
input_text = gr.Markdown()
|
|
|
|
|
|
|
65 |
|
66 |
output_text = gr.Textbox(label="Antwort", interactive=False)
|
67 |
input_text.submit(
|