Update main.py
Browse files
main.py
CHANGED
|
@@ -256,7 +256,14 @@ def _(prompt_editor, prompt_template):
|
|
| 256 |
@app.cell
|
| 257 |
def _(extract_text_button, image_uploader, kafka_topic_selector):
|
| 258 |
title = mo.md(
|
| 259 |
-
"""### **GhostEyes:** watsonx.ai Based Image to Mural Sticky Note Converter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 260 |
)
|
| 261 |
mo.vstack(
|
| 262 |
[title, image_uploader, kafka_topic_selector, extract_text_button],
|
|
|
|
| 256 |
@app.cell
|
| 257 |
def _(extract_text_button, image_uploader, kafka_topic_selector):
|
| 258 |
title = mo.md(
|
| 259 |
+
"""### **GhostEyes:** watsonx.ai Based Image to Mural Sticky Note Converter
|
| 260 |
+
|
| 261 |
+
Licensed under apache 2.0, users hold full accountability for any use or modification of the code.
|
| 262 |
+
|
| 263 |
+
This asset is meant to support IBMers, IBM Partners, Clients in developing understanding of how to better utilize various watsonx.ai features.
|
| 264 |
+
|
| 265 |
+
Created by Milan Mrdenovic [milan.mrdenovic@ibm.com] for IBM Ecosystem Client Engineering, NCEE *version 1.1 - 10.10.2025*
|
| 266 |
+
"""
|
| 267 |
)
|
| 268 |
mo.vstack(
|
| 269 |
[title, image_uploader, kafka_topic_selector, extract_text_button],
|