Aytaj commited on
Commit
7f68d8d
·
1 Parent(s): b65cb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ import streamlit as st
3
  from transformers import pipeline
4
 
5
  st.title("Translate to French")
6
-
7
  input_text = st.text_input("Enter text to translate")
8
 
9
  if st.button("Translate"):
 
3
  from transformers import pipeline
4
 
5
  st.title("Translate to French")
 
6
  input_text = st.text_input("Enter text to translate")
7
 
8
  if st.button("Translate"):