mohammed3536 commited on
Commit
516d157
1 Parent(s): 703c4df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -97,6 +97,8 @@ def main():
97
  st.error("Please upload a PDF document.")
98
 
99
  if __name__ == "__main__":
 
 
100
 
101
 
102
 
 
97
  st.error("Please upload a PDF document.")
98
 
99
  if __name__ == "__main__":
100
+ main()
101
+
102
 
103
 
104