yoon-gu commited on
Commit
7a35858
โ€ข
1 Parent(s): d2cf40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
51
  answer = gr.State(value="")
52
  with gr.Row():
53
  with gr.Column():
54
- markdown = gr.Markdown(MD.format(content="")))
55
  user = gr.Radio(USERS, value="Dummy", label="์‚ฌ์šฉ์ž", info="๋‹น์‹ ์€ ๋ˆ„๊ตฌ์‹ ๊ฐ€์š”?")
56
  quiz_count = gr.Radio([10, 20, 30], value=10, label="์ด ํ€ด์ฆˆ ๊ฐœ์ˆ˜", info="ํ€ด์ฆˆ๋ฅผ ๋ช‡ ๊ฐœ ํ’€ ์˜ˆ์ •์ธ๊ฐ€์š”?")
57
  with gr.Column():
 
51
  answer = gr.State(value="")
52
  with gr.Row():
53
  with gr.Column():
54
+ markdown = gr.Markdown(MD.format(content=""))
55
  user = gr.Radio(USERS, value="Dummy", label="์‚ฌ์šฉ์ž", info="๋‹น์‹ ์€ ๋ˆ„๊ตฌ์‹ ๊ฐ€์š”?")
56
  quiz_count = gr.Radio([10, 20, 30], value=10, label="์ด ํ€ด์ฆˆ ๊ฐœ์ˆ˜", info="ํ€ด์ฆˆ๋ฅผ ๋ช‡ ๊ฐœ ํ’€ ์˜ˆ์ •์ธ๊ฐ€์š”?")
57
  with gr.Column():