Skip to content

Commit

Permalink
Merge pull request shroominic#104 from bitsnaps/main
Browse files Browse the repository at this point in the history
fix: frontend module not found
  • Loading branch information
shroominic authored Sep 3, 2023
2 parents 977b727 + 75c4edb commit 065470a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Thanks!
To start the web application created with streamlit:

```bash
streamlit run frontend/app.py
streamlit run frontend/app.py --browser.gatherUsageStats=False
```

## License
Expand Down
2 changes: 1 addition & 1 deletion frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import streamlit as st # type: ignore

from codeinterpreterapi import File
from frontend.utils import get_images
from utils import get_images

# Page configuration
st.set_page_config(layout="wide")
Expand Down

0 comments on commit 065470a

Please sign in to comment.