Spaces:
Runtime error
Runtime error
Commit
·
792130a
1
Parent(s):
4b6ebf0
로컬 app.py 변경사항 커밋
Browse files
app.py
CHANGED
@@ -253,6 +253,14 @@ def generate_khan_answer(query: str, search_results: List[Dict], client: OpenAI)
|
|
253 |
|
254 |
# --- Streamlit 앱 UI (리팩토링) ---
|
255 |
st.set_page_config(page_title="Khan 멘토 (PM 영상 기반)", layout="wide")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
st.title("✨ Khan 멘토에게 질문하기")
|
257 |
st.markdown(
|
258 |
'<a href="https://forms.gle/SUqrGBT3dktSB7v26" target="_blank" style="display:inline-block; background:#f9e79f; color:#1a237e; font-weight:bold; padding:0.5em 1.2em; border-radius:8px; text-decoration:none; font-size:1.1em; margin-bottom:16px;">📝 서비스 사용성 설문조사 참여하기</a>',
|
|
|
253 |
|
254 |
# --- Streamlit 앱 UI (리팩토링) ---
|
255 |
st.set_page_config(page_title="Khan 멘토 (PM 영상 기반)", layout="wide")
|
256 |
+
st.markdown(
|
257 |
+
"""
|
258 |
+
<a href="https://eopla.net/orders/new?target_id=290&target_type=Event" target="_blank">
|
259 |
+
<img src="https://morethanair.com/wp-content/uploads/2025/04/ratio_1c4a9488-d64a-42c8-8c4c-31bfc20aba35NKH_PM_Thumbnail.png.png" style="width:40%; border-radius: 10px;" />
|
260 |
+
</a>
|
261 |
+
""",
|
262 |
+
unsafe_allow_html=True
|
263 |
+
)
|
264 |
st.title("✨ Khan 멘토에게 질문하기")
|
265 |
st.markdown(
|
266 |
'<a href="https://forms.gle/SUqrGBT3dktSB7v26" target="_blank" style="display:inline-block; background:#f9e79f; color:#1a237e; font-weight:bold; padding:0.5em 1.2em; border-radius:8px; text-decoration:none; font-size:1.1em; margin-bottom:16px;">📝 서비스 사용성 설문조사 참여하기</a>',
|