We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d03d20 commit e89366fCopy full SHA for e89366f
app.py
@@ -67,7 +67,7 @@ def main():
67
if internal_model == 404:
68
st.error("Model not found")
69
70
- bot_response = ""
+
71
72
if 'selected_note_id' in st.session_state:
73
note_content = st.session_state.selected_note_content
0 commit comments