shukdevdatta123 commited on
Commit
cd51b2c
·
verified ·
1 Parent(s): e059996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ st.markdown("Translate English text into Japanese and get its pronunciation (Rom
63
 
64
 
65
  translateimg = Image.open("Untitled.png") # Ensure the file is in the correct directory
66
- st.image(translateimg, width=200) # Adjust the size as per preference
67
 
68
  # Access the API key from Hugging Face Secrets
69
  api_key = os.getenv("OPENAI_API_KEY")
 
63
 
64
 
65
  translateimg = Image.open("Untitled.png") # Ensure the file is in the correct directory
66
+ st.image(translateimg, use_container_width=True) # Adjust the size as per preference
67
 
68
  # Access the API key from Hugging Face Secrets
69
  api_key = os.getenv("OPENAI_API_KEY")