Spaces:
Sleeping
Sleeping
AlekseyKorshuk
commited on
Commit
•
a068333
1
Parent(s):
8c2dd5a
Update app.py
Browse files
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="
|
122 |
# st.title(choose)
|
123 |
st.markdown(README, unsafe_allow_html=True)
|
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="700"')
|
122 |
# st.title(choose)
|
123 |
st.markdown(README, unsafe_allow_html=True)
|
124 |
|