thak123 commited on
Commit
a8fa02d
·
1 Parent(s): f3091e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  with gr.Row():
101
  img_1= gr.Image(label="image")
102
  inp = gr.Textbox(placeholder="What is your name?")
103
- text_1 = gr.Markdown(label="text")
104
  button = gr.Button(label="Update Text")
105
  button.click(sample_word_and_display_info,inputs=inp, outputs=text_1)
106
  demo.launch()
 
100
  with gr.Row():
101
  img_1= gr.Image(label="image")
102
  inp = gr.Textbox(placeholder="What is your name?")
103
+ text_1 = gr.Textbox(label="text")
104
  button = gr.Button(label="Update Text")
105
  button.click(sample_word_and_display_info,inputs=inp, outputs=text_1)
106
  demo.launch()