arxivgpt kim commited on
Commit
81d62cf
โ€ข
1 Parent(s): e25ac91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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("๊ธฐ๋ณธ ์ •๋ณด ๋ฐ ๊ฐ ํƒญ(1๋‹จ๊ณ„๋ถ€ํ„ฐ ์ตœ์ข…๋‹จ๊ณ„๊นŒ์ง€)๋ณ„ ์ž…๋ ฅ ์™„๋ฃŒํ›„ ์ตœ์ข… ์ œ์ถœ ๋ฒ„ํŠผ ํด๋ฆญ")
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="๋“ฑ๊ธ‰ ์ •์˜")