Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def write_db(data_dict):
|
|
| 74 |
|
| 75 |
def text_dict(input):
|
| 76 |
print(input)
|
| 77 |
-
eval_result = get_address(input)
|
| 78 |
#eval_result = ast.literal_eval(input)
|
| 79 |
write_db(eval_result)
|
| 80 |
|
|
|
|
| 74 |
|
| 75 |
def text_dict(input):
|
| 76 |
print(input)
|
| 77 |
+
eval_result = get_address(input[0])
|
| 78 |
#eval_result = ast.literal_eval(input)
|
| 79 |
write_db(eval_result)
|
| 80 |
|