Dendup commited on
Commit
93dc099
1 Parent(s): ad5e67e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ st.markdown('<h1 style="color:red;">This is a red header!</h1>', unsafe_allow_ht
5
 
6
  # Embedding an image with HTML
7
  st.markdown('<img src="https://www.pngwing.com/en/free-png-zisuq#google_vignette" alt="Your image">', unsafe_allow_html=True)
8
-
9
  # Insert custom HTML block
10
  html_content = """
11
  <div style="background-color:tomato;padding:10px;">
 
5
 
6
  # Embedding an image with HTML
7
  st.markdown('<img src="https://www.pngwing.com/en/free-png-zisuq#google_vignette" alt="Your image">', unsafe_allow_html=True)
8
+ st.button('say hello')
9
  # Insert custom HTML block
10
  html_content = """
11
  <div style="background-color:tomato;padding:10px;">