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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -17,7 +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
  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 {
 
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 {