Patt commited on
Commit
c2040d5
·
verified ·
1 Parent(s): e0a91e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def greeting(name):
5
 
6
  demo = gd.ChatInterface(fn=greeting,
7
  inputs='text',
8
- textbox=gr.Textbox(placeholder="Type the name to greet:", container=False, scale=7),
9
  title="Greeting",
10
  outputs='text')
11
  demo.launch()
 
5
 
6
  demo = gd.ChatInterface(fn=greeting,
7
  inputs='text',
8
+ textbox=gd.Textbox(placeholder="Type the name to greet:", container=False, scale=7),
9
  title="Greeting",
10
  outputs='text')
11
  demo.launch()