upd pkg script
This commit is contained in:
parent
4429914481
commit
e7f7a8c9c9
@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
os.system("streamlit run chat.py")
|
os.system("streamlit run ../chat.py")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user