Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ def run(message: dict, history: list[dict]) -> Iterator[str]:
|
|
202 |
examples = [
|
203 |
[
|
204 |
{
|
205 |
-
"text": "What would be the impact of 31% US tariffs on Switzerland exports?",
|
206 |
"files": [],
|
207 |
}
|
208 |
],
|
|
|
202 |
examples = [
|
203 |
[
|
204 |
{
|
205 |
+
"text": "What would be the impact of 31% US tariffs (excluding pharma) on Switzerland exports?",
|
206 |
"files": [],
|
207 |
}
|
208 |
],
|