Skip to content

Commit 5243f69

Browse files
dgedgafodgedgafoshroominic
authored
fixes app.py to make it run (#122)
Co-authored-by: dgedgafo <[email protected]> Co-authored-by: Dominic <[email protected]>
1 parent e2c9759 commit 5243f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import streamlit as st
55

66
from codeinterpreterapi import File
7-
from frontend.utils import get_images
7+
from utils import get_images
88

99
# Page configuration
1010
st.set_page_config(layout="wide")

0 commit comments

Comments
 (0)