cryogenic22 commited on
Commit
e501819
·
verified ·
1 Parent(s): a16e269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -45,12 +45,11 @@ def main():
45
  os.environ["OPENAI_API_KEY"] = openai_key
46
  os.environ["SERPER_API_KEY"] = serper_key
47
 
48
- tab1, tab2, tab3, tab4, tab5 = st.tabs([
49
  "Generate Report",
50
  "View Report",
51
  "Direct Research",
52
- "Agent Interaction",
53
- "Presentation View"
54
  ])
55
 
56
  with tab1:
 
45
  os.environ["OPENAI_API_KEY"] = openai_key
46
  os.environ["SERPER_API_KEY"] = serper_key
47
 
48
+ tab1, tab2, tab3, tab4 = st.tabs([
49
  "Generate Report",
50
  "View Report",
51
  "Direct Research",
52
+ "Agent Interaction"
 
53
  ])
54
 
55
  with tab1: