arxivgpt kim
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ questions = ["1. ๋น์ฆ๊ถ์ฑ์ผ๋ก ํ๋จ๋ฐ์ ๋ฒ๋ฅ ์๋ฌธ ๊ฒํ ์๋ฅผ ๋ณด
|
|
31 |
"28. ๋ก๋๋งต ๋ฌ์ฑ ์์ค์ ์ ํํด์ฃผ์ธ์ ",
|
32 |
"29. ์ฌ๋จ ๋ฐ ์ด์์ฌ(์ง๋ฐฐ๊ตฌ์กฐ ํฌํจ)์ ํํ๋ฅผ ์ ํํด ์ฃผ์ธ์",
|
33 |
"30. ๊ฒฝ์์ง์ ํฌํจํ ํต์ฌ์ธ๋ ฅ์ ์ ๋ฌธ์ฑ ๋๋ ์ํฅ๋ ฅ ์์ค์ ์ ํํด์ฃผ์ธ์ ",
|
34 |
-
"31. Cash runway(์ฌ๋จ์ ํ๊ธ์ ๋์ฑ ๋๋ ์ฌ๋ฌด๊ฑด์ ์ฑ์ ๊ธฐ์ค์ผ๋ก ์ฌ์
์ง์ ๊ฐ๋ฅ๊ธฐ๊ฐ)๋ ์ด๋ป๊ฒ ๋๋์?"
|
35 |
"32. ํ ํฐ ์ ํต๊ด๋ จ ํฌ์์ ๋ณดํธ๋ฅผ ์ํ ์ค๋น์ํ๋ฅผ ์ ํํด์ฃผ์ธ์."
|
36 |
]
|
37 |
|
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
|
|
148 |
answer29 = gr.Radio(choices=options[28], label=questions[28])
|
149 |
answer30 = gr.Radio(choices=options[29], label=questions[29])
|
150 |
answer31 = gr.Radio(choices=options[30], label=questions[30])
|
151 |
-
answer32 = gr.Radio(choices=options[31], label=questions[
|
152 |
submit_btn = gr.Button("์ ์ถ")
|
153 |
result = gr.Textbox(label="๊ฒฐ๊ณผ")
|
154 |
|
|
|
31 |
"28. ๋ก๋๋งต ๋ฌ์ฑ ์์ค์ ์ ํํด์ฃผ์ธ์ ",
|
32 |
"29. ์ฌ๋จ ๋ฐ ์ด์์ฌ(์ง๋ฐฐ๊ตฌ์กฐ ํฌํจ)์ ํํ๋ฅผ ์ ํํด ์ฃผ์ธ์",
|
33 |
"30. ๊ฒฝ์์ง์ ํฌํจํ ํต์ฌ์ธ๋ ฅ์ ์ ๋ฌธ์ฑ ๋๋ ์ํฅ๋ ฅ ์์ค์ ์ ํํด์ฃผ์ธ์ ",
|
34 |
+
"31. Cash runway(์ฌ๋จ์ ํ๊ธ์ ๋์ฑ ๋๋ ์ฌ๋ฌด๊ฑด์ ์ฑ์ ๊ธฐ์ค์ผ๋ก ์ฌ์
์ง์ ๊ฐ๋ฅ๊ธฐ๊ฐ)๋ ์ด๋ป๊ฒ ๋๋์?",
|
35 |
"32. ํ ํฐ ์ ํต๊ด๋ จ ํฌ์์ ๋ณดํธ๋ฅผ ์ํ ์ค๋น์ํ๋ฅผ ์ ํํด์ฃผ์ธ์."
|
36 |
]
|
37 |
|
|
|
148 |
answer29 = gr.Radio(choices=options[28], label=questions[28])
|
149 |
answer30 = gr.Radio(choices=options[29], label=questions[29])
|
150 |
answer31 = gr.Radio(choices=options[30], label=questions[30])
|
151 |
+
answer32 = gr.Radio(choices=options[31], label=questions[31])
|
152 |
submit_btn = gr.Button("์ ์ถ")
|
153 |
result = gr.Textbox(label="๊ฒฐ๊ณผ")
|
154 |
|