eaglelandsonce commited on
Commit
254c667
·
1 Parent(s): 9cd58f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ if st.button('Begin Writing Process'):
13
  input_data = {
14
  "problem": problem,
15
  "api_key": api_key,
16
- "max_round": max_round
17
  }
18
 
19
  result = subprocess.check_output(
 
13
  input_data = {
14
  "problem": problem,
15
  "api_key": api_key,
16
+ "max_round": max_round,
17
  }
18
 
19
  result = subprocess.check_output(