Spaces:
Running
Running
Update app.py
Browse files
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,
|
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")
|