Skip to content

Commit

Permalink
updata scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamma-Software committed Sep 11, 2023
1 parent 7eee588 commit efb7d4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ ! -f ./.streamlit/secrets.toml ]; then
read -p "Please enter your openai api key: " replace
sed -i "s/your key here/$replace/" ./.streamlit/secrets.toml
fi
.venv/bin/python -m streamlit run qualitative_analyse_agent.py
.venv/bin/python -m streamlit run source/qualitative_analyse_agent.py
2 changes: 1 addition & 1 deletion scripts/push_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
fi

# Apply the version number
sed -i "s/VERSION=\".*\"/VERSION=\"$version\"/" version.py
sed -i "s/VERSION=\".*\"/VERSION=\"$version\"/" source/version.py
git add version.py
git commit -m "Bump version to $version"
git push origin main
Expand Down
File renamed without changes.

0 comments on commit efb7d4e

Please sign in to comment.