Spaces:
Sleeping
Sleeping
Updating
Browse files- doc_processing.py +1 -0
doc_processing.py
CHANGED
@@ -54,6 +54,7 @@ def runPreprocessingPipeline(file_name:str, file_path:str,
|
|
54 |
|
55 |
return output_pre
|
56 |
|
|
|
57 |
|
58 |
def app():
|
59 |
with st.container():
|
|
|
54 |
|
55 |
return output_pre
|
56 |
|
57 |
+
st.write("Hello World")
|
58 |
|
59 |
def app():
|
60 |
with st.container():
|