File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
4
4
< head >
5
- < title > Chain Visualizer</ title >
5
+ < title > ChatChain Visualizer</ title >
6
6
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css ">
7
7
< style >
8
8
body {
50
50
51
51
< body >
52
52
< div class ="container ">
53
- < h2 > Chain Visualizer</ h2 >
53
+ < h2 > ChatChain Visualizer</ h2 >
54
54
< p > Select your ChatChainConfig.json under CompanyConfig/ to visualize</ p >
55
55
< input type ="file " id ="fileInput " accept =".json ">
56
56
< button id ="exportButton "> Export as Image</ button >
Original file line number Diff line number Diff line change 61
61
< div class ="visualizer-box ">
62
62
< br >
63
63
< a href ="static/chain_visualizer.html ">
64
- < button > Chain Visualizer</ button >
64
+ < button > ChatChain Visualizer</ button >
65
65
</ a >
66
66
< p class ="visualizer-info "> Explore all the phases and settings in ChatChain.</ p >
67
67
</ div >
You can’t perform that action at this time.
0 commit comments