DrishtiSharma commited on
Commit
7c6f1f6
Β·
verified Β·
1 Parent(s): eb455f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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: