Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -747,14 +747,8 @@ def create_gradio_app():
|
|
747 |
]
|
748 |
)
|
749 |
|
750 |
-
#
|
751 |
-
|
752 |
-
examples=[
|
753 |
-
["sample_worklog.csv"],
|
754 |
-
],
|
755 |
-
inputs=file_input,
|
756 |
-
label="📋 Example Files (if available)"
|
757 |
-
)
|
758 |
|
759 |
gr.Markdown("""
|
760 |
---
|
|
|
747 |
]
|
748 |
)
|
749 |
|
750 |
+
# Note: Examples removed since we don't have sample files
|
751 |
+
# Users should upload their own CSV/Excel files
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
|
753 |
gr.Markdown("""
|
754 |
---
|