import streamlit as st import requests import json from PIL import Image import matplotlib.pyplot as plt import numpy as np from io import BytesIO # Styles st.markdown( """ """, unsafe_allow_html=True, ) # Rest of your app code st.markdown("

Tamil to English Translation and Story Generation App

", unsafe_allow_html=True) # Sidebar, input fields, and functionality continue as before...