Spaces:
Sleeping
Sleeping
yukti-kash
commited on
Commit
β’
bf7eaec
1
Parent(s):
c1cc5d8
Update app.py
Browse files
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('
|
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 |
|