Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
import pandas as pd
|
| 4 |
-
from together import Together
|
| 5 |
from utils.helper import *
|
| 6 |
|
| 7 |
|
| 8 |
os.system("pip install together")
|
| 9 |
|
|
|
|
|
|
|
| 10 |
st.set_page_config(layout="wide")
|
| 11 |
st.title("Duel Agent ChatBot 🤖")
|
| 12 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
import pandas as pd
|
|
|
|
| 4 |
from utils.helper import *
|
| 5 |
|
| 6 |
|
| 7 |
os.system("pip install together")
|
| 8 |
|
| 9 |
+
from together import Together
|
| 10 |
+
|
| 11 |
st.set_page_config(layout="wide")
|
| 12 |
st.title("Duel Agent ChatBot 🤖")
|
| 13 |
|