AliInamdar commited on
Commit
f600ca3
·
verified ·
1 Parent(s): e0e7881

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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