Vish2005 commited on
Commit
a6e1c98
·
1 Parent(s): 10bc8b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ hwbox = gr.Textbox(label="Enter your assignment name here:", placeholder="Homewo
49
 
50
  def tester(str1, str2):
51
 
52
- cur_date = datetime.strptime(date_str, date_format)
53
 
54
  return str(cur_date.month)
55
 
 
49
 
50
  def tester(str1, str2):
51
 
52
+ cur_date = datetime.strptime(str1, date_format)
53
 
54
  return str(cur_date.month)
55