Manikandan-Alagu commited on
Commit
0fcb079
·
verified ·
1 Parent(s): 6f43b41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -19,9 +19,12 @@ st.title("MCQs Creator Application")
19
 
20
  def fetch(df):
21
  return df
 
 
 
22
 
23
  def download():
24
- det = fetch(df)
25
  col1, col2 = st.columns(2)
26
 
27
  if button:
 
19
 
20
  def fetch(df):
21
  return df
22
+
23
+
24
+ det = fetch(df)
25
 
26
  def download():
27
+
28
  col1, col2 = st.columns(2)
29
 
30
  if button: