Update app.py
Browse files
app.py
CHANGED
@@ -187,13 +187,14 @@ footer {visibility: hidden}
|
|
187 |
|
188 |
# UI ๊ตฌ์ฑ
|
189 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, title="GiniGEN ๐ค") as demo:
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
|
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=2):
|
199 |
chatbot = gr.Chatbot(
|
|
|
187 |
|
188 |
# UI ๊ตฌ์ฑ
|
189 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, title="GiniGEN ๐ค") as demo:
|
190 |
+
gr.HTML(
|
191 |
+
"""
|
192 |
+
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
193 |
+
<h1 style="font-size: 3em; font-weight: 600; margin: 0.5em;">GiniGEN ๐ค</h1>
|
194 |
+
<h3 style="font-size: 1.2em; margin: 1em;">๋น์ ์ ๋ ๋ ํ AI ์ด์์คํดํธ</h3>
|
195 |
+
</div>
|
196 |
+
"""
|
197 |
+
)
|
198 |
with gr.Row():
|
199 |
with gr.Column(scale=2):
|
200 |
chatbot = gr.Chatbot(
|