XY26 commited on
Commit
9d10554
·
verified ·
1 Parent(s): 4ba3252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,8 +61,7 @@ demo = gr.ChatInterface(
61
  fn=smart_response,
62
  title="🤖 Smart Decision Architect",
63
  description="I am a Smart Assistant. Ask me factual questions (1+1) and I will answer normally. Ask me for ADVICE (Should I...) and I will give you Gain/Loss frames.",
64
- examples=["Should I buy a lottery ticket?", "What is 10 + 10?", "Is nuclear energy good?", "Summarize the previous answer."],
65
- theme="soft"
66
  )
67
 
68
  if __name__ == "__main__":
 
61
  fn=smart_response,
62
  title="🤖 Smart Decision Architect",
63
  description="I am a Smart Assistant. Ask me factual questions (1+1) and I will answer normally. Ask me for ADVICE (Should I...) and I will give you Gain/Loss frames.",
64
+ examples=["Should I buy a lottery ticket?", "What is 10 + 10?", "Is nuclear energy good?", "Summarize the previous answer."]
 
65
  )
66
 
67
  if __name__ == "__main__":