Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def CustomChatGPT(user_input):
|
|
| 17 |
|
| 18 |
demo = gr.Interface(
|
| 19 |
fn=CustomChatGPT,
|
| 20 |
-
inputs
|
| 21 |
outputs = "text",
|
| 22 |
title = "Web(GPT)3 Daily")
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
demo = gr.Interface(
|
| 19 |
fn=CustomChatGPT,
|
| 20 |
+
inputs=gr.text(value="Ask a question"),
|
| 21 |
outputs = "text",
|
| 22 |
title = "Web(GPT)3 Daily")
|
| 23 |
|