Explanation on mandatory fields
Browse files
app.py
CHANGED
@@ -40,7 +40,8 @@ def handle_publi(json_output):
|
|
40 |
# Create Gradio interface
|
41 |
with gr.Blocks(css_paths=css_path) as app:
|
42 |
gr.Markdown("## Data Collection Form")
|
43 |
-
gr.Markdown("Welcome to this Huggingface space, where you can create a report on the energy consumption of an AI task in BoAmps format, by filling in a form
|
|
|
44 |
|
45 |
# Create form tabs
|
46 |
header_components = create_header_tab()
|
|
|
40 |
# Create Gradio interface
|
41 |
with gr.Blocks(css_paths=css_path) as app:
|
42 |
gr.Markdown("## Data Collection Form")
|
43 |
+
gr.Markdown("Welcome to this Huggingface space, where you can create a report on the energy consumption of an AI task in BoAmps format, by filling in a form.<br>"
|
44 |
+
"Parts/fields in bold red are mandatory.")
|
45 |
|
46 |
# Create form tabs
|
47 |
header_components = create_header_tab()
|