Skip to content

Commit

Permalink
Merge pull request #27 from Zhou-Shilin/main
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
Zhou-Shilin authored Jun 22, 2024
2 parents e0c3b79 + 1214748 commit eccf69c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ def get_schematic(description, progressbar):
# Wait for the progress thread to finish
progress_thread.join()

# Ensure progress reaches 80% once askgpt completes
progressbar.set(80)

# Wait for the progress thread to finish
progress_thread.join()

schem = core.text_to_schem(response)
progressbar.set(100)

Expand Down

0 comments on commit eccf69c

Please sign in to comment.