Michael-Geis commited on
Commit
210de55
1 Parent(s): 5639270

fixed import error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import arxiv
3
  import pandas as pd
4
- from src.model import get_recs
5
 
6
 
7
  # Function to extract the details of the paper
 
1
  import streamlit as st
2
  import arxiv
3
  import pandas as pd
4
+ from model import get_recs
5
 
6
 
7
  # Function to extract the details of the paper