Web3Daily commited on
Commit
61c1fe8
1 Parent(s): 8bbaaab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ 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 simple answer in return:"),
22
  css="""
23
- .component-4, .gradio-container {
24
  color: white;
25
  background-color: #FFFFFF;
26
  font-family: 'Arial', sans-serif;
 
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 simple answer in return:"),
22
  css="""
23
+ .component-4, .gradio-container, .embed-container {
24
  color: white;
25
  background-color: #FFFFFF;
26
  font-family: 'Arial', sans-serif;