Spaces:
Sleeping
Sleeping
datasciencedojo
commited on
Commit
•
1ab43b3
1
Parent(s):
bbd5462
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from utils.utils import *
|
3 |
-
import prompts
|
4 |
import pyperclip
|
5 |
from dotenv import load_dotenv
|
6 |
import pandas as pd
|
|
|
1 |
import streamlit as st
|
2 |
from utils.utils import *
|
3 |
+
from agents import prompts
|
4 |
import pyperclip
|
5 |
from dotenv import load_dotenv
|
6 |
import pandas as pd
|