kevinhug commited on
Commit
f0c138a
·
1 Parent(s): d026c09

image correct

Browse files
Files changed (1) hide show
  1. app.py +13 -3
app.py CHANGED
@@ -281,8 +281,18 @@ Customer: "No, thank you."
281
  gr.Markdown("""
282
  Example of Customer Profile in Graph
283
  =================
284
- ![Customer Needs and Pain Points](file=./knowledge_graph1.png)
285
- ![Accumulated Interaction for the same Customer Needs and Pain Points](file=./knowledge_graph2.png)
 
 
 
 
 
 
 
 
 
 
286
 
287
  Benefits of a Knowledge Graph
288
  ============
@@ -448,7 +458,7 @@ Customer: "No, thank you."
448
  Example of Call Resolution
449
  ===============
450
 
451
- ![Resolution for Clear Picture about Customer Issue](file=./entity.png)
452
 
453
  Companies like RBC, Comcast, or BMO often face a recurring challenge: long, complex customer service calls filled with vague product references, overlapping account details, and unstructured issue descriptions. This makes it difficult for support teams and analytics engines to extract clear insights or resolve recurring pain points across accounts and products.
454
 
 
281
  gr.Markdown("""
282
  Example of Customer Profile in Graph
283
  =================
284
+
285
+ ## Web Image
286
+ ![Cute Cat](https://placekitten.com/200/200)
287
+
288
+ ## Local Image
289
+ ![Local Image](file/path/to/local/image.jpg)
290
+
291
+ You can also specify image size:
292
+ <img src="https://placekitten.com/300/300" width="150" height="150">
293
+
294
+ ![Customer Needs and Pain Points](file=knowledge_graph1.png)
295
+ ![Accumulated Interaction for the same Customer Needs and Pain Points](file=knowledge_graph2.png)
296
 
297
  Benefits of a Knowledge Graph
298
  ============
 
458
  Example of Call Resolution
459
  ===============
460
 
461
+ ![Resolution for Clear Picture about Customer Issue](file=entity.png)
462
 
463
  Companies like RBC, Comcast, or BMO often face a recurring challenge: long, complex customer service calls filled with vague product references, overlapping account details, and unstructured issue descriptions. This makes it difficult for support teams and analytics engines to extract clear insights or resolve recurring pain points across accounts and products.
464