Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import os
|
4 |
import json
|
5 |
from getvalues import getValues
|
6 |
-
from datetime import datetime
|
7 |
import uuid
|
8 |
import re
|
9 |
|
|
|
3 |
import os
|
4 |
import json
|
5 |
from getvalues import getValues
|
6 |
+
from datetime import datetime, timedelta
|
7 |
import uuid
|
8 |
import re
|
9 |
|