Web3Daily commited on
Commit
70421bd
1 Parent(s): ee40aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ demo = gr.Interface(
20
  inputs = "text",
21
  outputs="text",
22
  title="Web(GPT)3 Daily"
23
- textbox = gr.Textbox(label="Ask a question", placeholder="What's a gas fee?", lines=2)
24
  )
25
 
26
  demo.launch()
 
20
  inputs = "text",
21
  outputs="text",
22
  title="Web(GPT)3 Daily"
23
+ textbox = gr.Textbox(label="Ask a question", placeholder="What's a gas fee?")
24
  )
25
 
26
  demo.launch()