Skip to content

Commit e89366f

Browse files
Update app.py
1 parent 1d03d20 commit e89366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767
if internal_model == 404:
6868
st.error("Model not found")
6969

70-
bot_response = ""
70+
7171

7272
if 'selected_note_id' in st.session_state:
7373
note_content = st.session_state.selected_note_content

0 commit comments

Comments
 (0)