Jaiwincr7 commited on
Commit
d4a09e1
Β·
1 Parent(s): 47d6bb4

REFACTOR: Renamed main.py to pdf_utils.py and updated Dockerfile/imports accordingly.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from merged import load_model_and_tokenizer, generate_code_stream
3
- from code_analysis.pdf_utils import test_case
4
 
5
  st.write("πŸš€ App started")
6
  # ---------------- Load model ONCE ----------------
 
1
  import streamlit as st
2
  from merged import load_model_and_tokenizer, generate_code_stream
3
+ from pdf_utils import test_case
4
 
5
  st.write("πŸš€ App started")
6
  # ---------------- Load model ONCE ----------------