Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# main.py
|
2 |
-
from gradio_app import create_gradio_interface
|
3 |
|
4 |
def main():
|
5 |
"""Main entry point to run the Jewelry Recommender application."""
|
|
|
1 |
# main.py
|
2 |
+
from frontend.gradio_app import create_gradio_interface
|
3 |
|
4 |
def main():
|
5 |
"""Main entry point to run the Jewelry Recommender application."""
|