Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from banodoco/green-head
Browse files Browse the repository at this point in the history
google login fix
  • Loading branch information
piyushK52 authored Nov 30, 2023
2 parents 127bc20 + 551aa5d commit 747775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main():
st.markdown("#### Login with Google to proceed")

auth_url = get_google_auth_url()
st.link_button("Login with Google", auth_url)
st.markdown(auth_url, unsafe_allow_html=True)

else:
start_runner()
Expand Down

0 comments on commit 747775a

Please sign in to comment.