Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -311,11 +311,13 @@ with gr.Blocks(title="λ€μ΄λ² λΈλ‘κ·Έ ννμ λΆμ μ€νμ΄μ€", css=".
|
|
311 |
keyword_input_box = gr.Textbox(label="μ§μ ν€μλ μ
λ ₯ (μν° λλ ','λ‘ κ΅¬λΆ)", lines=2, placeholder="μ: ν€μλ1, ν€μλ2\nν€μλ3")
|
312 |
with gr.Row():
|
313 |
analyze_button = gr.Button("λΆμ μ€ν")
|
314 |
-
|
|
|
315 |
with gr.Row():
|
316 |
morph_result_df = gr.Dataframe(label="ννμ λΆμ κ²°κ³Ό (λ¨μ΄, λΉλμ, κ²μλ, λΈλ‘κ·Έλ¬Έμμ λ±)")
|
317 |
morph_excel_file = gr.File(label="ννμ λΆμ Excel λ€μ΄λ‘λ")
|
318 |
-
|
|
|
319 |
with gr.Row():
|
320 |
direct_result_df = gr.Dataframe(label="μ§μ ν€μλ λΆμ κ²°κ³Ό (ν€μλ, λΉλμ)")
|
321 |
direct_excel_file = gr.File(label="μ§μ ν€μλ λΆμ Excel λ€μ΄λ‘λ")
|
|
|
311 |
keyword_input_box = gr.Textbox(label="μ§μ ν€μλ μ
λ ₯ (μν° λλ ','λ‘ κ΅¬λΆ)", lines=2, placeholder="μ: ν€μλ1, ν€μλ2\nν€μλ3")
|
312 |
with gr.Row():
|
313 |
analyze_button = gr.Button("λΆμ μ€ν")
|
314 |
+
|
315 |
+
gr.Markdown("### ννμ λΆμ κ²°κ³Ό")
|
316 |
with gr.Row():
|
317 |
morph_result_df = gr.Dataframe(label="ννμ λΆμ κ²°κ³Ό (λ¨μ΄, λΉλμ, κ²μλ, λΈλ‘κ·Έλ¬Έμμ λ±)")
|
318 |
morph_excel_file = gr.File(label="ννμ λΆμ Excel λ€μ΄λ‘λ")
|
319 |
+
|
320 |
+
gr.Markdown("### μ§μ ν€μλ λΆμ κ²°κ³Ό")
|
321 |
with gr.Row():
|
322 |
direct_result_df = gr.Dataframe(label="μ§μ ν€μλ λΆμ κ²°κ³Ό (ν€μλ, λΉλμ)")
|
323 |
direct_excel_file = gr.File(label="μ§μ ν€μλ λΆμ Excel λ€μ΄λ‘λ")
|