Web3Daily commited on
Commit
eb8e318
1 Parent(s): ec50217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,14 +19,14 @@ 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 simple answer in return:"),
22
- css="
23
- .component-4, .gradio-container, .embed-container {
24
  color: black;
25
  background-color: #FFFFFF;
26
  font-family: 'Arial', sans-serif;
27
  font-size: 16px;
28
  }
29
- ",
30
  title="Web(GPT)3"
31
 
32
  )
 
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 simple answer in return:"),
22
+ css="""
23
+ .component-0, .component-1, .component-2, .component-3, .component-4, .component-5, .gradio-container, .embed-container {
24
  color: black;
25
  background-color: #FFFFFF;
26
  font-family: 'Arial', sans-serif;
27
  font-size: 16px;
28
  }
29
+ """,
30
  title="Web(GPT)3"
31
 
32
  )