Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__":
|