Ridealist commited on
Commit
ae805db
1 Parent(s): 9fdfed4

chore: add button type

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -371,6 +371,7 @@ def page4():
371
  # Save the data to database
372
  start = st.button(
373
  label="Start Debate",
 
374
  on_click=put_item(
375
  table=dynamodb.Table('DEBO_debate_setting'),
376
  item={
 
371
  # Save the data to database
372
  start = st.button(
373
  label="Start Debate",
374
+ type='primary',
375
  on_click=put_item(
376
  table=dynamodb.Table('DEBO_debate_setting'),
377
  item={