Spaces:
Sleeping
Sleeping
arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
|
|
230 |
|
231 |
|
232 |
submit_btn = gr.Button("๋ชจ๋ ์
๋ ฅ ์๋ฃํ ์ ์ถ ๋ฒํผ ํด๋ฆญ")
|
233 |
-
score_output = gr.Number(label="์ด์ ")
|
234 |
grade_output = gr.Text(label="๋ฑ๊ธ")
|
235 |
definition_output = gr.Textbox(label="๋ฑ๊ธ ์ ์")
|
236 |
|
|
|
230 |
|
231 |
|
232 |
submit_btn = gr.Button("๋ชจ๋ ์
๋ ฅ ์๋ฃํ ์ ์ถ ๋ฒํผ ํด๋ฆญ")
|
233 |
+
score_output = gr.Number(label="์ด์ (73์ ๋ง์ )")
|
234 |
grade_output = gr.Text(label="๋ฑ๊ธ")
|
235 |
definition_output = gr.Textbox(label="๋ฑ๊ธ ์ ์")
|
236 |
|