Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI with PyWebIO #329

Merged
merged 7 commits into from
May 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pywebio-usesless.py
  • Loading branch information
taiyi747 committed May 1, 2023
commit 0a40786ee047f3afe29a8b80320fbf905327d839
5 changes: 3 additions & 2 deletions gui/pywebio-gui/pywebio-usesless.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import usesless,time
from gpt4free import usesless
import time
from pywebio import start_server,config
from pywebio.input import *
from pywebio.output import *
Expand Down Expand Up @@ -55,4 +56,4 @@ def main():
msg()

print("Click link to chat page")
start_server(main, port=8099,allowed_origins="*",auto_open_webbrowser=True,debug=True)
start_server(main, port=8099,allowed_origins="*",auto_open_webbrowser=True,debug=True)