Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,7 @@ demo = gr.Interface(
|
|
23 |
inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
|
24 |
outputs=gr.Textbox(label="Answer:"),
|
25 |
title="",
|
26 |
-
description=description
|
27 |
-
live=False
|
28 |
)
|
29 |
|
30 |
demo.launch()
|
|
|
23 |
inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
|
24 |
outputs=gr.Textbox(label="Answer:"),
|
25 |
title="",
|
26 |
+
description=description
|
|
|
27 |
)
|
28 |
|
29 |
demo.launch()
|