yukti-kash commited on
Commit
bf7eaec
β€’
1 Parent(s): c1cc5d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.title("πŸ€– MCQ Generater πŸ¦œπŸ”—")
23
  st.image('https://miro.medium.com/v2/resize:fit:1400/1*odEY2uy37q-GTb8-u7_j8Q.png')
24
 
25
 
26
- with open('D:\Project\Response.json','r') as f:
27
  RESPONSE_JSON = json.load(f)
28
 
29
 
 
23
  st.image('https://miro.medium.com/v2/resize:fit:1400/1*odEY2uy37q-GTb8-u7_j8Q.png')
24
 
25
 
26
+ with open('Response.json','r') as f:
27
  RESPONSE_JSON = json.load(f)
28
 
29