Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -222,10 +222,12 @@ def create_app():
|
|
222 |
)
|
223 |
gr.Markdown(
|
224 |
"<sub>"
|
|
|
225 |
"<b>Business 9y</b> (credit-investment business cycle) • "
|
226 |
"<b>K-Wave 50y</b> (long technological-industrial wave) • "
|
227 |
"<b>Finance 80y</b> (long credit-debt cycle) • "
|
228 |
"<b>Hegemony 250y</b> (rise & fall of global powers cycle)"
|
|
|
229 |
"</sub>"
|
230 |
)
|
231 |
|
|
|
222 |
)
|
223 |
gr.Markdown(
|
224 |
"<sub>"
|
225 |
+
"<b>Interactive visual service delivering insights at a glance into the four major long cycles— </b>"
|
226 |
"<b>Business 9y</b> (credit-investment business cycle) • "
|
227 |
"<b>K-Wave 50y</b> (long technological-industrial wave) • "
|
228 |
"<b>Finance 80y</b> (long credit-debt cycle) • "
|
229 |
"<b>Hegemony 250y</b> (rise & fall of global powers cycle)"
|
230 |
+
"<b> —through dynamic charts and AI chat.</b>"
|
231 |
"</sub>"
|
232 |
)
|
233 |
|