nouman66 commited on
Commit
669738a
·
1 Parent(s): b44b383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,7 +1,11 @@
1
  pip install streamlit googletrans==4.0.0-rc1
 
2
  import streamlit as st
3
  from googletrans import Translator
4
 
 
 
 
5
  def main():
6
  st.title("Multilingual Translator")
7
 
 
1
  pip install streamlit googletrans==4.0.0-rc1
2
+
3
  import streamlit as st
4
  from googletrans import Translator
5
 
6
+ # Rest of your Streamlit app code here
7
+
8
+
9
  def main():
10
  st.title("Multilingual Translator")
11