Web3Daily commited on
Commit
908deec
1 Parent(s): e11270f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ def CustomChatGPT(Question):
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees?"),
21
- outputs=gr.Textbox(label="Get a super simple answer:"),
22
- css=".gradio-container {background-color: white, text-color: black}",
23
  title="Web(GPT)3"
24
  )
25
 
 
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 super simple answer in return:"),
22
+ css=".gradio-container {background-color: white}",
23
  title="Web(GPT)3"
24
  )
25