naughtondale commited on
Commit
8892f9a
1 Parent(s): 7a147e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
38
  fn=train_and_predict,
39
  inputs=[gr.inputs.File(type="bytes"), "number", "number", "number", "number", "number", "number", "number", "number"],
40
  outputs="text",
41
- title="Oil Flow Production & Optimization Predictor App",
42
  description="""This application is the interface of a machine learning model that allows Oil and Gas executives with no coding knowledge or experience to enter inputs related to oil production and predict the number of barrels that will be produced per day given those inputs. The executive engage in scenario planning to optimize oil flow by tweaking/changing various input values to see what would result in greater oil flow. STEPS: Upload the oil production dataset. Enter the input values (Qwater, Qgas, BHP, WHP, WHT, Tsep, Psep, Choke_in) and then click Submit. The model will initiate and complete its training in the background using the dataset provided and then return the output value (Qoil) to you.
43
 
44
  Input Features:
 
38
  fn=train_and_predict,
39
  inputs=[gr.inputs.File(type="bytes"), "number", "number", "number", "number", "number", "number", "number", "number"],
40
  outputs="text",
41
+ title="Oil Flow Production & Optimization Application",
42
  description="""This application is the interface of a machine learning model that allows Oil and Gas executives with no coding knowledge or experience to enter inputs related to oil production and predict the number of barrels that will be produced per day given those inputs. The executive engage in scenario planning to optimize oil flow by tweaking/changing various input values to see what would result in greater oil flow. STEPS: Upload the oil production dataset. Enter the input values (Qwater, Qgas, BHP, WHP, WHT, Tsep, Psep, Choke_in) and then click Submit. The model will initiate and complete its training in the background using the dataset provided and then return the output value (Qoil) to you.
43
 
44
  Input Features: