Spaces:
Sleeping
Sleeping
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -134,6 +134,11 @@ footer {
|
|
134 |
"""
|
135 |
|
136 |
with gr.Blocks(css=css) as demo:
|
|
|
|
|
|
|
|
|
|
|
137 |
with gr.Tab("์ง๋จ ๊ธฐ๋ณธ ์ ๋ณด ์
๋ ฅ"):
|
138 |
project_name = gr.Textbox(label="ํ๋ก์ ํธ๋ช
")
|
139 |
contact_name = gr.Textbox(label="๋ด๋น์ ์ฑ๋ช
")
|
@@ -182,7 +187,7 @@ with gr.Blocks(css=css) as demo:
|
|
182 |
answer32 = gr.Radio(choices=options[31], label=questions[31])
|
183 |
|
184 |
|
185 |
-
submit_btn = gr.Button("
|
186 |
score_output = gr.Number(label="์ด์ ")
|
187 |
grade_output = gr.Text(label="๋ฑ๊ธ")
|
188 |
definition_output = gr.Textbox(label="๋ฑ๊ธ ์ ์")
|
|
|
134 |
"""
|
135 |
|
136 |
with gr.Blocks(css=css) as demo:
|
137 |
+
|
138 |
+
gr.Markdown("# Korating: SELF(์๊ฐ) ์ง๋จ ์๋น์ค") # ์์ ๋ ๋ถ๋ถ: title ์ถ๊ฐ
|
139 |
+
gr.Markdown("##๋์งํธ์์ฐ ์ธ์ฆํ๊ฐ์ ๋ฆฌ๋์ธ '์ฝ๋ ์ดํ
'์ '๊ฐ์์์ฐ ์
ํ ์๊ฐ์ง๋จ' ์๋น์ค๋, ํฌ์์ ๋ณดํธ ๋ฐ ๊ฑด์ ํ ๊ฐ์์์ฐ ์ํ๊ณ ๊ตฌ์ถ์ ์ง์ํฉ๋๋ค.") # ์์ ๋ ๋ถ๋ถ: ์ค๋ช
๊ธ ์ถ๊ฐ
|
140 |
+
gr.Markdown("##์ด์ฉ ๋ฐฉ๋ฒ: ๊ธฐ๋ณธ ์ ๋ณด ์
๋ ฅ, ์ด 8๋จ๊ณ TAP(1๋จ๊ณ๋ถํฐ ์ฒดํฌ๋ฆฌ์คํธ๋ถํฐ ~ ์ต์ข
๋จ๊ณ๊น์ง) ํด๋ฆญํ ์
๋ ฅ ๋ฐ๋๋๋ค.") # ์์ ๋ ๋ถ๋ถ: ์ค๋ช
๊ธ ์ถ๊ฐ
|
141 |
+
|
142 |
with gr.Tab("์ง๋จ ๊ธฐ๋ณธ ์ ๋ณด ์
๋ ฅ"):
|
143 |
project_name = gr.Textbox(label="ํ๋ก์ ํธ๋ช
")
|
144 |
contact_name = gr.Textbox(label="๋ด๋น์ ์ฑ๋ช
")
|
|
|
187 |
answer32 = gr.Radio(choices=options[31], label=questions[31])
|
188 |
|
189 |
|
190 |
+
submit_btn = gr.Button("๋ชจ๋ ์
๋ ฅ ์๋ฃํ ์ ์ถ ๋ฒํผ ํด๋ฆญ")
|
191 |
score_output = gr.Number(label="์ด์ ")
|
192 |
grade_output = gr.Text(label="๋ฑ๊ธ")
|
193 |
definition_output = gr.Textbox(label="๋ฑ๊ธ ์ ์")
|