Web3Daily commited on
Commit
d0e3057
1 Parent(s): 817a179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ demo = gr.Interface(
20
  inputs = "text",
21
  outputs="text",
22
  title="Web(GPT)3"
 
23
  )
24
 
25
  demo.launch()
 
20
  inputs = "text",
21
  outputs="text",
22
  title="Web(GPT)3"
23
+ inputs=gr.inputs.Text(placeholder="Ask a question"),
24
  )
25
 
26
  demo.launch()