Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(
|
|
19 |
fn=CustomChatGPT,
|
20 |
inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
|
21 |
outputs=gr.Textbox(label="Get a super simple answer in return:"),
|
22 |
-
theme=gr.themes.
|
23 |
title="Web(GPT)3"
|
24 |
)
|
25 |
|
|
|
19 |
fn=CustomChatGPT,
|
20 |
inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
|
21 |
outputs=gr.Textbox(label="Get a super simple answer in return:"),
|
22 |
+
theme=gr.themes.Default(primary_hue="red", secondary_hue="pink")
|
23 |
title="Web(GPT)3"
|
24 |
)
|
25 |
|