brian25 commited on
Commit
0bef455
·
verified ·
1 Parent(s): a483532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -198,6 +198,14 @@ iface = gr.Interface(
198
  outputs="image",
199
  title="Process Description to Process Block Diagram",
200
  description=(
 
 
 
 
 
 
 
 
201
  "Example:\n"
202
  "First Solid Sulfur to Heater,\n"
203
  "then to Primary Oxidizer with Air,\n"
 
198
  outputs="image",
199
  title="Process Description to Process Block Diagram",
200
  description=(
201
+ "Format:\n"
202
+ "First Input Feed to Unit Operation or Equipment,\n"
203
+ "then to Unit Operation with Another New Stream,\n"
204
+ "then from Unit Operation to Unit Operation,\n"
205
+ "then from Equipment to Equipment,\n"
206
+ "then from Unit Operation to Unit Operation with New Stream,\n"
207
+ "recycle from Unit Operation to Unit Operation,\n"
208
+ "and final output Product.\n\n"
209
  "Example:\n"
210
  "First Solid Sulfur to Heater,\n"
211
  "then to Primary Oxidizer with Air,\n"