Skip to content

Commit 43f3c94

Browse files
committed
style: text 추가
1 parent fceb984 commit 43f3c94

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

front/front.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ def main():
246246
</style>
247247
""", unsafe_allow_html=True)
248248

249-
st.title("🔮💯시험 공부 벼락치기 시트 만들기")
250-
st.write("본 요약시스템은 영어 요약만 제공합니다.")
249+
st.title("💯시험 공부 벼락치기 시트 만들기")
250+
st.write("본 요약시스템은 영어 요약만 제공합니다. 영어 텍스트만 넣어주세요!")
251251
# 사이드바 설정
252252
st.sidebar.title("강의 내용 요약하기")
253253
# 입력 방식 선택
@@ -355,11 +355,9 @@ def main():
355355
)
356356

357357
if view_mode == "특정 주제":
358-
# TODO: 이곳에 scatter plot 들어갈 예정, 연결바람
359358
st.image(st.session_state.image, caption="Clustering Visualization", use_container_width=True)
360359
st.info("""
361360
💡 **특정 주제 모드 사용 방법**
362-
- 여기에 scatter plot 들어갈 예정.
363361
1. 아래의 요약 문장들을 클릭하세요.
364362
2. 클릭한 요약 문장과 관련된 원본 문장들이 오른쪽에 하이라이트되어 표시됩니다.
365363
3. 클릭한 문장에 대한 상세 정보가 아래에 표시됩니다.

0 commit comments

Comments
 (0)