Gorantla Krishna commited on
Commit
f589cf3
·
1 Parent(s): 7ccfa78
src/langgraphagenticai/ui/streamlitui/loadui.py CHANGED
@@ -9,3 +9,6 @@ class LoadStreamlitUI:
9
  self.config = config()
10
  self.user_controls = {}
11
 
 
 
 
 
9
  self.config = config()
10
  self.user_controls = {}
11
 
12
+ def load_streamlit_ui(self):
13
+ st.set_page_config()
14
+