Y4SH commited on
Commit
2777800
·
verified ·
1 Parent(s): 70b60fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def process_input(tamil_text, max_tokens, temperature):
62
  return english_text, image, generated_story
63
 
64
  # Streamlit UI
65
- st.markdown("<h1 style='text-align: center;'>Tamil to English Translation and Story Generation App</h1>", unsafe_allow_html=True)
66
 
67
  st.sidebar.header("Settings")
68
  tamil_text_input = st.sidebar.text_area("Enter Tamil Text")
 
62
  return english_text, image, generated_story
63
 
64
  # Streamlit UI
65
+ st.markdown("<h1 style='text-align: center;'>multilingual-storyteller</h1>", unsafe_allow_html=True)
66
 
67
  st.sidebar.header("Settings")
68
  tamil_text_input = st.sidebar.text_area("Enter Tamil Text")