ayan khan commited on
Commit
b1298c2
1 Parent(s): 722ceb6

Label change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def greet(text):
4
  return "Hello " + text + "!!"
5
 
6
 
7
- textbox = gr.Textbox(lines=5)
8
 
9
  iface = gr.Interface(fn=greet, inputs=textbox, outputs="text")
10
  iface.launch()
 
4
  return "Hello " + text + "!!"
5
 
6
 
7
+ textbox = gr.Textbox(lines=5,label="Enter text to chat with")
8
 
9
  iface = gr.Interface(fn=greet, inputs=textbox, outputs="text")
10
  iface.launch()