AlekseyKorshuk commited on
Commit
fb498e2
1 Parent(s): e6bbfb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ st.sidebar.markdown(
118
 
119
  if choose == "About":
120
  README = requests.get("https://raw.githubusercontent.com/AlekseyKorshuk/huggingnft/main/README.md").text
121
- README = str(README).replace('width="1200"','width="800"')
122
  # st.title(choose)
123
  st.markdown(README)
124
 
 
118
 
119
  if choose == "About":
120
  README = requests.get("https://raw.githubusercontent.com/AlekseyKorshuk/huggingnft/main/README.md").text
121
+ README = str(README).replace('width="1200"','width="200"')
122
  # st.title(choose)
123
  st.markdown(README)
124