Web3Daily commited on
Commit
5b98619
1 Parent(s): fbce16f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -17,15 +17,10 @@ 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?", 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 {
29
  color: black;
30
  background-color: #FFFFFF;
31
  font-family: 'Arial', sans-serif;
 
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
  outputs=gr.Textbox(label="Get a simple answer in return:"),
22
  css="""
23
+ .gradio-container {
24
  color: black;
25
  background-color: #FFFFFF;
26
  font-family: 'Arial', sans-serif;