openfree commited on
Commit
949cbf2
·
verified ·
1 Parent(s): 2cde57f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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