Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,15 @@ footer {
|
|
66 |
|
67 |
# Gradio ์ธํฐํ์ด์ค ๊ตฌ์ฑ
|
68 |
with gr.Blocks(css=css) as app:
|
69 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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="์ข
๋ฃ ์ผ์")
|