Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def read_readme():
|
|
33 |
INSTRUCTION_TEMPLATES = {
|
34 |
|
35 |
################# DEEP DATA ANALYSIS ##################
|
36 |
-
"
|
37 |
# 1) High‑level task description
|
38 |
"intro": """You are a senior analyst who conducts deep research.
|
39 |
|
@@ -74,7 +74,7 @@ When ready, compile the final report strictly following the template above.""",
|
|
74 |
There is only one speaker, you. Stay on topic and maintaining an engaging flow.
|
75 |
|
76 |
Write a clear, detailed, and well-prepared analysis and report as a single narrator. Begin every paragraph with `speaker-1:`."""
|
77 |
-
}
|
78 |
|
79 |
|
80 |
################# PODCAST ##################
|
|
|
33 |
INSTRUCTION_TEMPLATES = {
|
34 |
|
35 |
################# DEEP DATA ANALYSIS ##################
|
36 |
+
"Deep research analysis": {
|
37 |
# 1) High‑level task description
|
38 |
"intro": """You are a senior analyst who conducts deep research.
|
39 |
|
|
|
74 |
There is only one speaker, you. Stay on topic and maintaining an engaging flow.
|
75 |
|
76 |
Write a clear, detailed, and well-prepared analysis and report as a single narrator. Begin every paragraph with `speaker-1:`."""
|
77 |
+
},
|
78 |
|
79 |
|
80 |
################# PODCAST ##################
|