Update pages/1_english_.py
Browse files- pages/1_english_.py +1 -1
pages/1_english_.py
CHANGED
@@ -86,7 +86,7 @@ from utils.ui_helper import *
|
|
86 |
|
87 |
# Streamlit app configuration
|
88 |
st.set_page_config(layout="wide")
|
89 |
-
st.title("Stripe Payment Integration")
|
90 |
|
91 |
# Sidebar for session ID input and payment actions
|
92 |
with st.sidebar:
|
|
|
86 |
|
87 |
# Streamlit app configuration
|
88 |
st.set_page_config(layout="wide")
|
89 |
+
# st.title("Stripe Payment Integration")
|
90 |
|
91 |
# Sidebar for session ID input and payment actions
|
92 |
with st.sidebar:
|