Matchball commited on
Commit
375431b
·
verified ·
1 Parent(s): 5c6a63f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1181,7 +1181,7 @@ def check_reagents(pdf_file_path):
1181
  return reagent_errors
1182
 
1183
 
1184
-
1185
  # Set page config
1186
  st.set_page_config(
1187
  page_title="Chemistry Text Analyzer",
@@ -1273,4 +1273,5 @@ def check_reagents(pdf_file_path):
1273
  st.markdown("*Chemistry Text Analyzer - Upload your files or paste text for chemical analysis*")
1274
 
1275
  if __name__ == "__main__":
1276
- main()
 
 
1181
  return reagent_errors
1182
 
1183
 
1184
+ def main():
1185
  # Set page config
1186
  st.set_page_config(
1187
  page_title="Chemistry Text Analyzer",
 
1273
  st.markdown("*Chemistry Text Analyzer - Upload your files or paste text for chemical analysis*")
1274
 
1275
  if __name__ == "__main__":
1276
+ main()
1277
+