Arifin commited on
Commit
46fafa9
1 Parent(s): 4cc1ca5

standard inspection

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.DS_Store ADDED
Binary file (6.15 kB). View file
 
app.py CHANGED
@@ -92,7 +92,7 @@ iface = gr.Interface(
92
  gr.inputs.Dropdown(choices=["pixels", "cm"], label="Area Unit"),
93
  gr.inputs.Textbox(label="Conversion Factor"),
94
  gr.inputs.Textbox(label="Enter the Corrosion Type"),
95
- gr.inputs.CheckboxGroup(choices=[f"Standard {i+1}" for i in range(10)], label="Inspection Standards"),
96
  gr.inputs.CheckboxGroup(choices=["UT thickness", "UT scan", "Phased Array UT", "Short range UT", "Long range UT", "MT", "PT", "Acfm", "Pulse eddy current", "magnetic flux leakage"], label="NDT Inspection Methods"),
97
  gr.inputs.Textbox(label="Enter Manual Recommendation"),
98
  gr.inputs.Textbox(lines=5, label="Enter Supporting Data URLs (separated by commas)")
 
92
  gr.inputs.Dropdown(choices=["pixels", "cm"], label="Area Unit"),
93
  gr.inputs.Textbox(label="Conversion Factor"),
94
  gr.inputs.Textbox(label="Enter the Corrosion Type"),
95
+ gr.inputs.Textbox(label="Inspection Standards"),
96
  gr.inputs.CheckboxGroup(choices=["UT thickness", "UT scan", "Phased Array UT", "Short range UT", "Long range UT", "MT", "PT", "Acfm", "Pulse eddy current", "magnetic flux leakage"], label="NDT Inspection Methods"),
97
  gr.inputs.Textbox(label="Enter Manual Recommendation"),
98
  gr.inputs.Textbox(lines=5, label="Enter Supporting Data URLs (separated by commas)")