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