Spaces:
Sleeping
Sleeping
Commit
·
52aaea5
1
Parent(s):
6c36d86
Update app.py
Browse filesAdd processing message to extracted information
app.py
CHANGED
@@ -79,7 +79,7 @@ def clear_inputs():
|
|
79 |
|
80 |
def clear_outputs(input_file):
|
81 |
if input_file:
|
82 |
-
return None, None, None,
|
83 |
|
84 |
|
85 |
def extract_text(input_file):
|
|
|
79 |
|
80 |
def clear_outputs(input_file):
|
81 |
if input_file:
|
82 |
+
return None, None, None, pd.json_normalize({'Processing input...': ''})
|
83 |
|
84 |
|
85 |
def extract_text(input_file):
|