Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created July 26, 2021 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/9b9b70fd8a4a253806e40303c2eef62d to your computer and use it in GitHub Desktop.
Save amankharwal/9b9b70fd8a4a253806e40303c2eef62d to your computer and use it in GitHub Desktop.
import streamlit as st
st.title("End-to-End Encryption")
user = st.text_input("Enter a Message")
st.write(swap_letters(user))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment