Elfsong commited on
Commit
f4afc21
·
1 Parent(s): 8446640
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ st.title("Code Arena")
7
 
8
  if "problem" in st.query_params:
9
  problem_id = st.query_params["problem"]
10
- st.write(f"Problem Description - {problem_id}")
11
 
12
  else:
13
  with st.spinner("Loading data...", show_time=True):
 
7
 
8
  if "problem" in st.query_params:
9
  problem_id = st.query_params["problem"]
10
+ st.write(f"Problem Description - [{problem_id}]")
11
 
12
  else:
13
  with st.spinner("Loading data...", show_time=True):