Spaces:
Running
Running
QAway-to
commited on
Commit
·
eaa2f5c
1
Parent(s):
968376d
New structure
Browse files- core/styles/base.css +1 -1
- prompts/reference_templates.py +1 -1
core/styles/base.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
/* === Global Layout
|
| 2 |
.gradio-container { font-family: 'Inter', sans-serif; background:#0d1117 !important; }
|
| 3 |
[data-testid="block-container"] { max-width:1180px !important; margin:auto !important; }
|
| 4 |
h2, h3, .gr-markdown { color:#f0f6fc !important; font-weight:600 !important; }
|
|
|
|
| 1 |
+
/* === Global Layout ===== */
|
| 2 |
.gradio-container { font-family: 'Inter', sans-serif; background:#0d1117 !important; }
|
| 3 |
[data-testid="block-container"] { max-width:1180px !important; margin:auto !important; }
|
| 4 |
h2, h3, .gr-markdown { color:#f0f6fc !important; font-weight:600 !important; }
|
prompts/reference_templates.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Purpose: Defines reusable prompt templates for portfolio analysis and comparison.
|
| 4 |
|
| 5 |
🇷🇺 Модуль: reference_templates.py
|
| 6 |
-
Назначение: содержит шаблоны промптов для анализа и сравнения
|
| 7 |
"""
|
| 8 |
|
| 9 |
REFERENCE_PROMPT = (
|
|
|
|
| 3 |
Purpose: Defines reusable prompt templates for portfolio analysis and comparison.
|
| 4 |
|
| 5 |
🇷🇺 Модуль: reference_templates.py
|
| 6 |
+
Назначение: содержит шаблоны промптов для анализа и сравнения портфелей1.
|
| 7 |
"""
|
| 8 |
|
| 9 |
REFERENCE_PROMPT = (
|