Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
|
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)
|