diff --git a/.idea/DjangoProject1.iml b/.idea/DjangoProject1.iml index d9c156e..b08add8 100644 --- a/.idea/DjangoProject1.iml +++ b/.idea/DjangoProject1.iml @@ -16,8 +16,9 @@ + - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 45bd855..b2bd5d5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 288b36b..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,7 +1,6 @@ - \ No newline at end of file diff --git a/analysis_app/templates/analysis_app/wordcloud.html b/analysis_app/templates/analysis_app/wordcloud.html index b229a29..9e43737 100644 --- a/analysis_app/templates/analysis_app/wordcloud.html +++ b/analysis_app/templates/analysis_app/wordcloud.html @@ -6,14 +6,37 @@ .word-list { margin-top: 30px; border-top: 1px solid #ccc; padding-top: 20px; } .word-list ul { list-style: none; padding: 0; } .word-list li { display: inline-block; margin-right: 15px; background: #f0f0f0; padding: 5px 10px; border-radius: 5px; } + + /* πŸ’‘ 폼 μŠ€νƒ€μΌμ„ κ°„λ‹¨νžˆ μΆ”κ°€ν–ˆμŠ΅λ‹ˆλ‹€ (선택 사항) */ + .date-filter-form { background-color: #f4f4f4; border: 1px solid #ddd; padding: 15px; border-radius: 8px; margin-bottom: 20px; } + .date-filter-form label { margin-right: 10px; font-weight: bold; } + .date-filter-form input[type="date"] { padding: 5px; border: 1px solid #ccc; border-radius: 4px; } + .date-filter-form button { padding: 8px 12px; background-color: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; }

{{ category }} 핡심 ν‚€μ›Œλ“œ μ›Œλ“œ ν΄λΌμš°λ“œ

+
+

πŸ“… λ‚ μ§œ λ²”μœ„ 필터링 ({{ category }} μΉ΄ν…Œκ³ λ¦¬)

+
+ + + + + + + +
+
+
+ + {% if image_base64 %}

μ›Œλ“œ ν΄λΌμš°λ“œ 이미지

- {{ category }} Word Cloud + + {{ category }} Word Cloud

μƒμœ„ {{ top_words|length }}개 단어 λͺ©λ‘

@@ -25,8 +48,9 @@

μƒμœ„ {{ top_words|length }}개 단어 λͺ©λ‘

{% else %}

μ›Œλ“œ ν΄λΌμš°λ“œλ₯Ό 생성할 데이터λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.

+

(μ„ νƒν•œ λ‚ μ§œ λ²”μœ„μ— '{{ category }}' μΉ΄ν…Œκ³ λ¦¬μ˜ 데이터가 μ—†λŠ”μ§€ 확인해 μ£Όμ„Έμš”.)

{% endif %} -

메인 νŽ˜μ΄μ§€λ‘œ λŒμ•„κ°€κΈ°

+

메인 νŽ˜μ΄μ§€λ‘œ λŒμ•„κ°€κΈ°

\ No newline at end of file