Skip to content

Commit

Permalink
test btn added
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushK52 committed Sep 11, 2023
1 parent 4ddd62e commit 4145cba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui_components/components/app_settings_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ def app_settings_page():
if st.button("Buy credits"):
payment_link = data_repo.generate_payment_link(credits)
webbrowser.open_new_tab(payment_link)

if st.button("test new page"):
webbrowser.open_new_tab("https://www.google.com")


# locally_or_hosted = st.radio("Do you want to store your files locally or on AWS?", ("Locally", "AWS"),disabled=True, help="Only local storage is available at the moment, let me know if you need AWS storage - it should be pretty easy.")
Expand Down

0 comments on commit 4145cba

Please sign in to comment.