mgokg commited on
Commit
1940330
·
verified ·
1 Parent(s): d108b40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -61,10 +61,7 @@ with gr.Blocks() as demo:
61
  )
62
 
63
  with gr.Row():
64
- input_text = gr.Textbox(
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(