arxivgpt kim commited on
Commit
077a8b1
โ€ข
1 Parent(s): 0468e2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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