Staticaliza commited on
Commit
c6a6c04
1 Parent(s): 44bd5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
 
50
  with gr.Row():
51
  with gr.Column():
52
- input = gr.Textbox(label = "Input", value = DEFAULT_INPUT, lines = 2)
53
  run = gr.Button("▶")
54
  clear = gr.Button("🗑️")
55
 
 
49
 
50
  with gr.Row():
51
  with gr.Column():
52
+ input = gr.Textbox(label = "Input", value = "", lines = 2)
53
  run = gr.Button("▶")
54
  clear = gr.Button("🗑️")
55