XY26 commited on
Commit
fc7a56d
·
verified ·
1 Parent(s): 6c1acc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -84,8 +84,7 @@ def smart_response(message, history):
84
  demo = gr.ChatInterface(
85
  fn=smart_response,
86
  title="🤖 Smart Decision Architect (V2)",
87
- description="I differentiate between FACTS (Direct Answer) and DEBATES (Gain/Loss Frames).",
88
- theme="soft"
89
  )
90
 
91
  if __name__ == "__main__":
 
84
  demo = gr.ChatInterface(
85
  fn=smart_response,
86
  title="🤖 Smart Decision Architect (V2)",
87
+ description="I differentiate between FACTS (Direct Answer) and DEBATES (Gain/Loss Frames)."
 
88
  )
89
 
90
  if __name__ == "__main__":