aiqtech commited on
Commit
4244035
โ€ข
1 Parent(s): 6d2d53b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -66,7 +66,15 @@ footer {
66
 
67
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ๊ตฌ์„ฑ
68
  with gr.Blocks(css=css) as app:
69
- gr.Markdown("<h1>๊ธ€๋กœ๋ฒŒ ์ž์‚ฐ(์ฃผ์‹,์ง€์ˆ˜,BTC,์ƒํ’ˆ ๋“ฑ) ํฌํŠธํด๋ฆฌ์˜ค ์ตœ์ ํ™” ๋„๊ตฌ</h1>")
 
 
 
 
 
 
 
 
70
  with gr.Row():
71
  start_date = gr.Textbox("2013-01-01", label="์‹œ์ž‘ ์ผ์ž")
72
  end_date = gr.Textbox(datetime.now().date(), label="์ข…๋ฃŒ ์ผ์ž")
 
66
 
67
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ๊ตฌ์„ฑ
68
  with gr.Blocks(css=css) as app:
69
+ gr.Markdown("""
70
+ <style>
71
+ .markdown-text h2 {
72
+ font-size: 18px; # ํฐํŠธ ํฌ๊ธฐ๋ฅผ 18px๋กœ ์„ค์ •
73
+ }
74
+ </style>
75
+ <h2>AIQ Asset Portpolio: ๊ธ€๋กœ๋ฒŒ ์ž์‚ฐ(์ฃผ์‹,์ง€์ˆ˜,BTC,์ƒํ’ˆ ๋“ฑ) AI ํฌํŠธํด๋ฆฌ์˜ค ์ตœ์ ํ™” ์„œ๋น„์Šค</h2>
76
+ <h2>์ „์„ธ๊ณ„ ๋ชจ๋“  ํ‹ฐ์ปค ๋ณด๊ธฐ(์•ผํ›„ ํŒŒ์ด๋‚ธ์Šค): <a href="https://finance.yahoo.com/most-active" target="_blank">https://finance.yahoo.com/most-active</a></h2>
77
+ """)
78
  with gr.Row():
79
  start_date = gr.Textbox("2013-01-01", label="์‹œ์ž‘ ์ผ์ž")
80
  end_date = gr.Textbox(datetime.now().date(), label="์ข…๋ฃŒ ์ผ์ž")