This website requires JavaScript.
Explore
Help
Sign In
s444354
/
AMUseBot
Watch
1
Star
0
Fork
0
You've already forked AMUseBot
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7dd735c580
AMUseBot
/
pkg
/
run_agi.py
10 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
add setup.py
2023-04-16 01:28:43 +02:00
import
os
def
main
(
)
:
upd pkg script
2023-04-16 01:42:46 +02:00
os
.
system
(
"
streamlit run ../chat.py
"
)
add setup.py
2023-04-16 01:28:43 +02:00
if
__name__
==
"
__main__
"
:
main
(
)
Reference in New Issue
Copy Permalink