DmitrMakeev commited on
Commit
a34a1ee
1 Parent(s): f569683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,7 +134,7 @@ def generate_knowledge_graph(api_key, user_input):
134
  return image
135
 
136
  title_and_description = """
137
- GPTChat - Plan - Generator
138
 
139
  """
140
 
@@ -144,7 +144,7 @@ with gr.Blocks() as app:
144
 
145
  with gr.Row():
146
  with gr.Column():
147
- result_image = gr.Image(type="pil", label="Generated Knowledge Graph")
148
 
149
  with gr.Row():
150
  with gr.Column():
 
134
  return image
135
 
136
  title_and_description = """
137
+ GPTChat - BPMN - Generator
138
 
139
  """
140
 
 
144
 
145
  with gr.Row():
146
  with gr.Column():
147
+ result_image = gr.Image(type="pil", label="OUT - BPMN")
148
 
149
  with gr.Row():
150
  with gr.Column():