soury commited on
Commit
0e7d0f3
·
1 Parent(s): 3c24662

Explanation on mandatory fields

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()