Web3Daily commited on
Commit
fbce16f
1 Parent(s): 63e5c7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,12 +17,12 @@ def CustomChatGPT(Question):
17
 
18
  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
  color: black;
22
  background-color: #FFFFFF;
23
  font-family: 'Arial', sans-serif;
24
  font-size: 16px;
25
- }),
26
  outputs=gr.Textbox(label="Get a simple answer in return:"),
27
  css="""
28
  .component-0, .component-1, .component-2, .component-3, .component-4, .component-5, .gradio-container, .embed-container {
 
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
+ inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?", css= """{
21
  color: black;
22
  background-color: #FFFFFF;
23
  font-family: 'Arial', sans-serif;
24
  font-size: 16px;
25
+ }"""),
26
  outputs=gr.Textbox(label="Get a simple answer in return:"),
27
  css="""
28
  .component-0, .component-1, .component-2, .component-3, .component-4, .component-5, .gradio-container, .embed-container {