Skip to content

Commit

Permalink
Deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumitti committed Jan 15, 2024
1 parent 0c1c498 commit 66064d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .streamlit/py_to_exe_streamlit.py → py_to_exe_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import time

current_directory = os.path.dirname(os.path.abspath(__file__))
app_script_path = os.path.join(current_directory, "../GKLB_FinTech.py")
requirements_path = os.path.join(current_directory, "../requirements.txt")
app_script_path = os.path.join(current_directory, "GKLB_FinTech.py")
requirements_path = os.path.join(current_directory, "requirements.txt")

start_messages = [
"------------------------------------------------------------------------------------------------------",
Expand Down

0 comments on commit 66064d7

Please sign in to comment.