taskswithcode commited on
Commit
c8919a1
·
1 Parent(s): cf32af6
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ INFO_URL = "http://www.taskswithcode.com:8002/"
33
 
34
  def get_views(action):
35
  print("in get views",action)
 
36
  ret_val = 0
37
  if ("view_count" not in st.session_state):
38
  try:
 
33
 
34
  def get_views(action):
35
  print("in get views",action)
36
+ return 0
37
  ret_val = 0
38
  if ("view_count" not in st.session_state):
39
  try: