Chain --> ChatChain

This commit is contained in:
thinkwee 2023-12-18 14:41:44 +08:00
parent 6ff2e8f921
commit fa7360a392
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 KiB

After

Width:  |  Height:  |  Size: 500 KiB

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Chain Visualizer</title>
<title>ChatChain Visualizer</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<style>
body {
@ -50,7 +50,7 @@
<body>
<div class="container">
<h2>Chain Visualizer</h2>
<h2>ChatChain Visualizer</h2>
<p>Select your ChatChainConfig.json under CompanyConfig/ to visualize</p>
<input type="file" id="fileInput" accept=".json">
<button id="exportButton">Export as Image</button>

View File

@ -61,7 +61,7 @@
<div class="visualizer-box">
<br>
<a href="static/chain_visualizer.html">
<button>Chain Visualizer</button>
<button>ChatChain Visualizer</button>
</a>
<p class="visualizer-info">Explore all the phases and settings in ChatChain.</p>
</div>