Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ description = "Check for ChatGPT outages <a href=https://status.openai.com/>here
|
|
| 31 |
|
| 32 |
demo = gr.Interface(
|
| 33 |
fn=CustomChatGPT,
|
| 34 |
-
inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...
|
| 35 |
outputs=gr.Textbox(label="Answer:"),
|
| 36 |
title=""
|
| 37 |
)
|
|
|
|
| 31 |
|
| 32 |
demo = gr.Interface(
|
| 33 |
fn=CustomChatGPT,
|
| 34 |
+
inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...can you simplify that with an analogy?"),
|
| 35 |
outputs=gr.Textbox(label="Answer:"),
|
| 36 |
title=""
|
| 37 |
)
|