Spaces:
Sleeping
Sleeping
Johnyquest7
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -50,28 +50,15 @@ h1 {
|
|
50 |
|
51 |
DEFAULT_SYSTEM = '''You are a expert endocrinologist and you are here to assist users with diabetes management, weight loss, and nutritional guidance. Your primary goal is to provide accurate, helpful information while maintaining an encouraging and supportive tone.'''
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
pass
|
63 |
-
```
|
64 |
-
Write "Action:" followed by a list of actions in JSON that you want to call, e.g.
|
65 |
-
Action:
|
66 |
-
```json
|
67 |
-
[
|
68 |
-
{
|
69 |
-
"name": "tool name (one of [generate_password])",
|
70 |
-
"arguments": "the input to the tool"
|
71 |
-
}
|
72 |
-
]
|
73 |
-
```
|
74 |
-
'''
|
75 |
|
76 |
|
77 |
|
|
|
50 |
|
51 |
DEFAULT_SYSTEM = '''You are a expert endocrinologist and you are here to assist users with diabetes management, weight loss, and nutritional guidance. Your primary goal is to provide accurate, helpful information while maintaining an encouraging and supportive tone.'''
|
52 |
|
53 |
+
|
54 |
+
CSS = """
|
55 |
+
.duplicate-button {
|
56 |
+
margin: auto !important;
|
57 |
+
color: white !important;
|
58 |
+
background: black !important;
|
59 |
+
border-radius: 100vh !important;
|
60 |
+
}
|
61 |
+
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
|