chanycha commited on
Commit
519393f
1 Parent(s): c912d1c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  with gr.Blocks("Image", "Text", "Text"):
4
  textbox = gr.Textbox(label="Enter your text here")
5
- bttn = gr.Button(label="Submit")
6
  output = gr.Textbox(label="Output")
7
 
8
  def submit(input_data):
 
2
 
3
  with gr.Blocks("Image", "Text", "Text"):
4
  textbox = gr.Textbox(label="Enter your text here")
5
+ bttn = gr.Button()
6
  output = gr.Textbox(label="Output")
7
 
8
  def submit(input_data):