Spaces:
Paused
Paused
mattoofahad commited on
Commit ·
f704857
1
Parent(s): 7f2cb09
fix
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
from datetime import datetime
|
| 4 |
|
| 5 |
import streamlit as st
|
| 6 |
-
from utils import (
|
| 7 |
OpenAIFunctions,
|
| 8 |
StreamlitFunctions,
|
| 9 |
discord_hook,
|
|
|
|
| 3 |
from datetime import datetime
|
| 4 |
|
| 5 |
import streamlit as st
|
| 6 |
+
from .utils import (
|
| 7 |
OpenAIFunctions,
|
| 8 |
StreamlitFunctions,
|
| 9 |
discord_hook,
|