Skip to content

Commit

Permalink
Update frontend/streamlit_app.py
Browse files Browse the repository at this point in the history
Signed-off-by: Song Luar <[email protected]>
  • Loading branch information
luarss committed Nov 20, 2024
1 parent 8a37675 commit 898bafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def update_state() -> None:
question_dict,
st.session_state.metadata,
st.session_state.chat_history,
)
)
except Exception as e:
st.error(f"Failed to load feedback form: {e}")

Expand Down

0 comments on commit 898bafd

Please sign in to comment.