Spaces:
Sleeping
Sleeping
Anushkabhat9
commited on
Commit
·
2257f5b
1
Parent(s):
92adbc4
add
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ Original file is located at
|
|
9 |
|
10 |
import streamlit as st
|
11 |
import os
|
12 |
-
from
|
13 |
|
14 |
# Helper function to save uploaded files temporarily and return their paths
|
15 |
def save_uploaded_file(uploaded_file):
|
|
|
9 |
|
10 |
import streamlit as st
|
11 |
import os
|
12 |
+
from resume_generation_gemini_pro import Gemini_pro_main # Import function from your model file
|
13 |
|
14 |
# Helper function to save uploaded files temporarily and return their paths
|
15 |
def save_uploaded_file(uploaded_file):
|