Skip to content

Commit

Permalink
delete function
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vivas authored and Mariana Vivas committed Nov 6, 2024
1 parent f922866 commit 1f8379f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
import importlib.util
import os

def load_module_from_path(module_name, file_path):
spec = importlib.util.spec_from_file_location(module_name, file_path)
module = importlib.util.module_from_spec(spec)
spec.loader.exec_module(module)
return module


st.set_page_config(
page_title="ATLAS for Teachers",
page_icon="💥",
Expand Down

0 comments on commit 1f8379f

Please sign in to comment.