Update app.py
Browse files
app.py
CHANGED
@@ -126,10 +126,6 @@ if 'OPENAI_API_KEY' in os.environ and os.environ['OPENAI_API_KEY']:
|
|
126 |
|
127 |
# Run Workflow button
|
128 |
st.write("")
|
129 |
-
st.markdown(
|
130 |
-
'<div class="button-container"><button style="padding: 10px 20px; font-size: 16px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer;">π Run Workflow</button></div>',
|
131 |
-
unsafe_allow_html=True,
|
132 |
-
)
|
133 |
|
134 |
if st.button("Run Workflow"):
|
135 |
if url:
|
|
|
126 |
|
127 |
# Run Workflow button
|
128 |
st.write("")
|
|
|
|
|
|
|
|
|
129 |
|
130 |
if st.button("Run Workflow"):
|
131 |
if url:
|