ankanghosh commited on
Commit
726575c
·
verified ·
1 Parent(s): 73f464a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -50,6 +50,17 @@ st.set_page_config(
50
  layout="wide",
51
  )
52
 
 
 
 
 
 
 
 
 
 
 
 
53
  # Hide the "Press ⌘+Enter to apply" text with CSS
54
  st.markdown("""
55
  <style>
 
50
  layout="wide",
51
  )
52
 
53
+ # Set the "Verify Claim" button color
54
+ st.markdown("""
55
+ <style>
56
+ /* Set verify button to blue/purple color */
57
+ .stButton>button[data-testid="verify_btn"] {
58
+ background-color: #6c63ff !important; /* Purple-blue color */
59
+ color: white !important;
60
+ }
61
+ </style>
62
+ """, unsafe_allow_html=True)
63
+
64
  # Hide the "Press ⌘+Enter to apply" text with CSS
65
  st.markdown("""
66
  <style>