Spaces:
Runtime error
Runtime error
ai-puppy
commited on
Commit
·
4b905c5
1
Parent(s):
879668d
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,7 @@ with gr.Blocks(title="DataForge - AI-Powered File Analysis") as demo:
|
|
89 |
# File Upload Section
|
90 |
gr.Markdown("### 📤 File Upload")
|
91 |
file_upload = gr.File(
|
92 |
-
label="Upload File for Analysis"
|
93 |
-
file_types=[".txt", ".log", ".csv", ".json", ".xml", ".py", ".js", ".html", ".md"]
|
94 |
)
|
95 |
upload_status = gr.Textbox(
|
96 |
label="Upload Status",
|
|
|
89 |
# File Upload Section
|
90 |
gr.Markdown("### 📤 File Upload")
|
91 |
file_upload = gr.File(
|
92 |
+
label="Upload File for Analysis"
|
|
|
93 |
)
|
94 |
upload_status = gr.Textbox(
|
95 |
label="Upload Status",
|