Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ os.system("python3 -m pip install --no-cache-dir together")
|
|
| 11 |
from together import Together
|
| 12 |
|
| 13 |
st.set_page_config(layout="wide")
|
| 14 |
-
st.title("
|
| 15 |
|
| 16 |
|
| 17 |
with st.sidebar:
|
|
|
|
| 11 |
from together import Together
|
| 12 |
|
| 13 |
st.set_page_config(layout="wide")
|
| 14 |
+
st.title("Dual Agent ChatBot 🤖")
|
| 15 |
|
| 16 |
|
| 17 |
with st.sidebar:
|