Spaces:
Sleeping
Sleeping
charbelmalo
commited on
Commit
·
c02f3bf
1
Parent(s):
38b953c
v0.2312
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import json
|
3 |
import os
|
4 |
|
5 |
-
from
|
6 |
# File to store data
|
7 |
DATA_FILE = 'data.json'
|
8 |
|
|
|
2 |
import json
|
3 |
import os
|
4 |
|
5 |
+
from gradio import Modal
|
6 |
# File to store data
|
7 |
DATA_FILE = 'data.json'
|
8 |
|