Update app.py
Browse files
app.py
CHANGED
@@ -360,7 +360,7 @@ def analyze_with_auto_download(analysis_keywords, selected_category, state_df, s
|
|
360 |
if not analysis_keywords or not selected_category:
|
361 |
return "ν€μλμ μΉ΄ν
κ³ λ¦¬λ₯Ό λͺ¨λ μ νν΄μ£ΌμΈμ.", None, gr.update(visible=False)
|
362 |
|
363 |
-
# λΆμ μ€ν
|
364 |
analysis_result = category_analysis.analyze_keywords_by_category(analysis_keywords, selected_category, state_df)
|
365 |
|
366 |
# μΈμ
λ³ μμ
νμΌ μμ±
|
|
|
360 |
if not analysis_keywords or not selected_category:
|
361 |
return "ν€μλμ μΉ΄ν
κ³ λ¦¬λ₯Ό λͺ¨λ μ νν΄μ£ΌμΈμ.", None, gr.update(visible=False)
|
362 |
|
363 |
+
# λΆμ μ€ν - λμ λ‘λ©λ category_analysis λͺ¨λ μ¬μ©
|
364 |
analysis_result = category_analysis.analyze_keywords_by_category(analysis_keywords, selected_category, state_df)
|
365 |
|
366 |
# μΈμ
λ³ μμ
νμΌ μμ±
|