Nol00 commited on
Commit
d19bfb1
·
verified ·
1 Parent(s): ec1c3b2

Update crs_arena/arena.py

Browse files
Files changed (1) hide show
  1. crs_arena/arena.py +8 -1
crs_arena/arena.py CHANGED
@@ -187,7 +187,7 @@ def get_crs_response(crs: CRSFighter, message: str) -> str:
187
  # time.sleep(0.05)
188
  return response
189
 
190
- @st.dialog("Your vote has been submitted!")
191
  def feedback_dialog(row_id: int) -> None:
192
  """Pop-up dialog to provide feedback after voting.
193
 
@@ -378,3 +378,10 @@ st.write(
378
  "collects the chat data and the user's vote, which may be released under a "
379
  "Creative Commons Attribution (CC-BY) or a similar license."
380
  )
 
 
 
 
 
 
 
 
187
  # time.sleep(0.05)
188
  return response
189
 
190
+ @st.dialog("Your vote has been submitted! Thank you!")
191
  def feedback_dialog(row_id: int) -> None:
192
  """Pop-up dialog to provide feedback after voting.
193
 
 
378
  "collects the chat data and the user's vote, which may be released under a "
379
  "Creative Commons Attribution (CC-BY) or a similar license."
380
  )
381
+
382
+ # Contact information
383
+ st.header("Contact Information")
384
+ st.write(
385
+ "For any questions, concerns, feedback, or bug reports, please contact "
386
+ "Nolwenn Bernard at <[email protected]>."
387
+ )