Skip to content

Commit fa7360a

Browse files
committed
Chain --> ChatChain
1 parent 6ff2e8f commit fa7360a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

misc/demo.png

-73.2 KB
Loading

visualizer/static/chain_visualizer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Chain Visualizer</title>
5+
<title>ChatChain Visualizer</title>
66
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
77
<style>
88
body {
@@ -50,7 +50,7 @@
5050

5151
<body>
5252
<div class="container">
53-
<h2>Chain Visualizer</h2>
53+
<h2>ChatChain Visualizer</h2>
5454
<p>Select your ChatChainConfig.json under CompanyConfig/ to visualize</p>
5555
<input type="file" id="fileInput" accept=".json">
5656
<button id="exportButton">Export as Image</button>

visualizer/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div class="visualizer-box">
6262
<br>
6363
<a href="static/chain_visualizer.html">
64-
<button>Chain Visualizer</button>
64+
<button>ChatChain Visualizer</button>
6565
</a>
6666
<p class="visualizer-info">Explore all the phases and settings in ChatChain.</p>
6767
</div>

0 commit comments

Comments
 (0)