Skip to content

Commit

Permalink
Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumitti committed Feb 19, 2024
1 parent b48edcf commit e484c6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TFinder-v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ def load_lottiefile(filepath: str):
override_theme=over_theme,
horizontal_orientation=True)

st.success("Hello everyone, TFinder is growing every day and we would like to know you a little more. "
"We will not collect any data through Streamlit and it is difficult for us to know your uses and your feedback.\n\n"
f"[HERE](https://airtable.com/appRn3TQqhuSFS8KO/pagm4Vau8lEFdRX3q/form) you will find a form to answer some of our questions if you wish. See you soon 😊")

if chosen_tab == HOME:
home_page()

Expand Down

0 comments on commit e484c6e

Please sign in to comment.