Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,8 @@ demo = gr.Interface(
|
|
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 |
css=".gradio-container {background-color: white;}"
|
23 |
-
".gradio-button {background-color: red; color: white;}"
|
|
|
24 |
title="Web(GPT)3"
|
25 |
)
|
26 |
|
|
|
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 |
css=".gradio-container {background-color: white;}"
|
23 |
+
".gradio-button {background-color: red; color: white;}"
|
24 |
+
".gradio-textbox {background-color: white; font-color: black}",
|
25 |
title="Web(GPT)3"
|
26 |
)
|
27 |
|