Skip to content

Commit

Permalink
refactor in the class StreamlitHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska committed Feb 26, 2024
1 parent 38a5b76 commit 7081f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.12rc1
0.7.12rc2
2 changes: 1 addition & 1 deletion src/syngen/streamlit_app/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class StreamlitHandler:
"""
A class for handling the Streamlit app
"""
def __init__(self, uploaded_file, epochs=10, size_limit=1000, print_report=False):
def __init__(self, uploaded_file, epochs, size_limit, print_report):
self.log_queue = Queue()
self.progress_handler = ProgressBarHandler()
self.log_error_queue = Queue()
Expand Down

0 comments on commit 7081f9e

Please sign in to comment.