awacke1 commited on
Commit
9ef3c92
1 Parent(s): e968f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- st.markdown('''
4
  Installing and running Autogen locally allows you to run multi agent systems with GPT.
5
  Start Here: https://autogen-studio.com/autogen-studio-ui
6
 
@@ -15,4 +15,6 @@ Start Here: https://autogen-studio.com/autogen-studio-ui
15
  4. pip install autogenstudio
16
  5. run your startup script setkey.bat
17
  6. Browse to localhost http://localhost:8081/
18
- ''')
 
 
 
1
  import streamlit as st
2
 
3
+ markdown="""
4
  Installing and running Autogen locally allows you to run multi agent systems with GPT.
5
  Start Here: https://autogen-studio.com/autogen-studio-ui
6
 
 
15
  4. pip install autogenstudio
16
  5. run your startup script setkey.bat
17
  6. Browse to localhost http://localhost:8081/
18
+ """
19
+
20
+ st.markdown(markdown)