brian25 commited on
Commit
a483532
·
verified ·
1 Parent(s): 4957a61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ iface = gr.Interface(
196
  fn=flowchart_to_image,
197
  inputs=gr.Textbox(lines=7),
198
  outputs="image",
199
- title="Process Flow with Recycle Lines",
200
  description=(
201
  "Example:\n"
202
  "First Solid Sulfur to Heater,\n"
 
196
  fn=flowchart_to_image,
197
  inputs=gr.Textbox(lines=7),
198
  outputs="image",
199
+ title="Process Description to Process Block Diagram",
200
  description=(
201
  "Example:\n"
202
  "First Solid Sulfur to Heater,\n"