Web3Daily commited on
Commit
9dfdd95
1 Parent(s): 63e4c82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  title="Web(GPT)3",
23
- css='''
24
  body {
25
  background-color: white;
26
  }
@@ -43,7 +43,7 @@ button {
43
  .gradio-container {
44
  color: #FFFFFF;
45
  }
46
- '''
47
  )
48
 
49
 
 
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
  title="Web(GPT)3",
23
+ css="""
24
  body {
25
  background-color: white;
26
  }
 
43
  .gradio-container {
44
  color: #FFFFFF;
45
  }
46
+ """
47
  )
48
 
49