Rahul2298 commited on
Commit
e82012c
·
verified ·
1 Parent(s): b2303ae

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -154,6 +154,7 @@ def build_system_prompt(profile: UserProfile) -> str:
154
  # ... unchanged
155
 
156
  def craft_user_prompt(query: str, intent: str, summary: Dict[str, float]) -> str:
 
157
  # ... unchanged
158
 
159
  with st.sidebar:
 
154
  # ... unchanged
155
 
156
  def craft_user_prompt(query: str, intent: str, summary: Dict[str, float]) -> str:
157
+ pass
158
  # ... unchanged
159
 
160
  with st.sidebar: