openfree commited on
Commit
45458e2
·
verified ·
1 Parent(s): 682f3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -178,9 +178,13 @@ def create_app():
178
  gr.Markdown("## 🔭 **CycleNavigator (Interactive)**")
179
  gr.Markdown(
180
  "<sub>"
181
- "Business 9y • K-Wave 50y Finance 80y Hegemony 250y"
 
 
 
182
  "</sub>"
183
  )
 
184
 
185
  chart_summary_state = gr.State(value="No chart yet.")
186
 
 
178
  gr.Markdown("## 🔭 **CycleNavigator (Interactive)**")
179
  gr.Markdown(
180
  "<sub>"
181
+ "<b>Business 9y</b> (credit-investment business cycle) • "
182
+ "<b>K-Wave 50y</b> (long technological-industrial wave) • "
183
+ "<b>Finance 80y</b> (long credit-debt cycle) • "
184
+ "<b>Hegemony 250y</b> (rise & fall of global powers cycle)"
185
  "</sub>"
186
  )
187
+
188
 
189
  chart_summary_state = gr.State(value="No chart yet.")
190