Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,12 +81,18 @@ interface = gr.Interface(
|
|
81 |
outputs=gr.File(label="<p style='font-weight: bold; font-size: 16px;'> Download Processed Excel File containing the Project Proposals for each Location~Problem paired combination </p>"), # File download output
|
82 |
|
83 |
|
84 |
-
|
85 |
# description="Upload an Excel file to process and download the result.",
|
86 |
-
|
87 |
|
88 |
-
title="<h1 style='font-weight: bold;'>Excel File Uploader</h1>", # Solid title
|
89 |
-
description="<p style='font-weight: bold; font-size: 16px;'>Upload an Excel file to process and download the result or use the example files.</p>", # Solid description
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
)
|
91 |
|
92 |
|
|
|
81 |
outputs=gr.File(label="<p style='font-weight: bold; font-size: 16px;'> Download Processed Excel File containing the Project Proposals for each Location~Problem paired combination </p>"), # File download output
|
82 |
|
83 |
|
84 |
+
title="Excel File Uploader",
|
85 |
# description="Upload an Excel file to process and download the result.",
|
86 |
+
description="Upload an Excel file to process and download the result or use the example files (click on anyone of them)."
|
87 |
|
88 |
+
# title="<h1 style='font-weight: bold;'>Excel File Uploader</h1>", # Solid title
|
89 |
+
# description="<p style='font-weight: bold; font-size: 16px;'>Upload an Excel file to process and download the result or use the example files.</p>", # Solid description
|
90 |
+
|
91 |
+
# description=(
|
92 |
+
# "<p style='font-weight: bold; font-size: 16px;'>Upload an Excel file to process and download the result "
|
93 |
+
# "or use the example files. The processed file will contain the project proposals for each "
|
94 |
+
# "location-problem paired combination.</p>"
|
95 |
+
# ), # Solid description
|
96 |
)
|
97 |
|
98 |
|