Skip to content

Commit 7d4a5d0

Browse files
committed
Update streetlens.html
1 parent 18989bc commit 7d4a5d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/streetlens.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ <h2>Jupyter Notebooks</h2>
161161
<h2>Try Out StreetLens</h2>
162162
<p>This demo integrates data from the original case study (refer to paper for details) and connects to Cloudflare through the University of Minnesota server. Use the toggle buttons one at a time to explore StreetLens. If you encounter any issues with this demo, please contact Jina Kim &lt;kim01479@umn.edu&gt;.</p>
163163
<div class="buttons">
164-
<button onclick="runModule('data_processor')">Run DataProcessor</button>
165-
<button onclick="runModule('prompt_tuner')">Run PromptTuner</button>
166-
<button onclick="runModule('vlm_processor')">Run VLMProcessor</button>
164+
<button onclick="runModule('data_processor')">Run M1. Data Processor</button>
165+
<button onclick="runModule('prompt_tuner')">Run M2. Automated Prompt Tuning</button>
166+
<button onclick="runModule('vlm_processor')">Run M3. Vision Language Model Processor</button>
167167
</div>
168168

169169
<div id="output">Logs will appear here...</div>

0 commit comments

Comments
 (0)