Arifin commited on
Commit
250d900
1 Parent(s): 46fafa9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ iface = gr.Interface(
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)")
99
  ],
 
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", "positive material identification (PMI)"], 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)")
99
  ],