Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ WebGPT3 = gr.Interface(
|
|
20 |
fn=CustomChatGPT,
|
21 |
inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
|
22 |
outputs=gr.Textbox(label="Answer:"),
|
23 |
-
title=""
|
24 |
live=False
|
25 |
)
|
26 |
|
|
|
20 |
fn=CustomChatGPT,
|
21 |
inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
|
22 |
outputs=gr.Textbox(label="Answer:"),
|
23 |
+
title="",
|
24 |
live=False
|
25 |
)
|
26 |
|