Spaces:
Sleeping
Sleeping
Fix deprecated parameter and update image reference
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ license: cc-by-nc-sa-4.0
|
|
11 |
short_description: Rewrites .. stuff .. in Shakespearean English
|
12 |
---
|
13 |
|
14 |
-

|
15 |
|
16 |
A Streamlit application that transforms modern text into Shakespearean English using various system prompts.
|
17 |
|
app.py
CHANGED
@@ -125,7 +125,7 @@ def main():
|
|
125 |
local_css()
|
126 |
|
127 |
# Display banner image with animation
|
128 |
-
st.image("shakespearegpt.png",
|
129 |
|
130 |
# App title and description
|
131 |
st.title("Shakespearean Text Generator")
|
|
|
125 |
local_css()
|
126 |
|
127 |
# Display banner image with animation
|
128 |
+
st.image("shakespearegpt.png", use_container_width=True)
|
129 |
|
130 |
# App title and description
|
131 |
st.title("Shakespearean Text Generator")
|