Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -292,8 +292,8 @@ with gr.Blocks() as app:
|
|
292 |
|
293 |
dec = crypt.decrypt_trans(ea,im)
|
294 |
print(f'dec === {dec}')
|
295 |
-
json_dec=json.loads(
|
296 |
-
dec = dec.strip('"')
|
297 |
out1 = {
|
298 |
'timestamp':ts,
|
299 |
'sender': json_dec['sender'],
|
|
|
292 |
|
293 |
dec = crypt.decrypt_trans(ea,im)
|
294 |
print(f'dec === {dec}')
|
295 |
+
json_dec=json.loads(f"{dec}")
|
296 |
+
#dec = dec.strip('"')
|
297 |
out1 = {
|
298 |
'timestamp':ts,
|
299 |
'sender': json_dec['sender'],
|