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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ 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
 
125
  if choose == "Contact":
126
  st.title(choose)
 
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, unsafe_allow_html=True)
124
 
125
  if choose == "Contact":
126
  st.title(choose)