Web3Daily commited on
Commit
85e2bd3
1 Parent(s): ca9ecb1

Update app.py

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