AlekseyKorshuk commited on
Commit
e6bbfb0
1 Parent(s): 5f49372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -118,6 +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
  # st.title(choose)
122
  st.markdown(README)
123
 
 
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