RMHalak commited on
Commit
7f420bc
·
verified ·
1 Parent(s): eca5a4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
 
4
- with open('/answer.txt', 'r') as file:
5
  answer = file
6
 
7
  user_answer = st.text_input('Insert your answer', value="")
 
1
  import streamlit as st
2
 
3
 
4
+ with open('./answer.txt', 'r') as file:
5
  answer = file
6
 
7
  user_answer = st.text_input('Insert your answer', value="")