danielrosehill commited on
Commit
a1db8bc
·
unverified ·
1 Parent(s): 0efe103

Fix deprecated parameter and update image reference

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
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
- ![alt text](shakespearegpt.png)
15
 
16
  A Streamlit application that transforms modern text into Shakespearean English using various system prompts.
17
 
 
11
  short_description: Rewrites .. stuff .. in Shakespearean English
12
  ---
13
 
14
+ ![Shakespeare GPT](shakespearegpt.png)
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", use_column_width=True)
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")