translator-poc / app.py
htafer's picture
Create app.py
5a544b9 verified
import streamlit as st
from transformers import pipeline
# Arcane Sigil to Invoke the Streamlit Interface
st.title('Text to German Translator')
# Scroll of Text Input
user_input = st.text_area("Input your text in Polish, Czech, Slovene, English, or Bulgarian:", "")