Skip to content

Commit 68a9445

Browse files
committed
Add text on the generated page
1 parent 786571b commit 68a9445

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,11 @@ class App extends React.Component {
174174
</Row>
175175
<Row className="margin">
176176
<Col/>
177-
<Col xs="12" md="8" lg="5" xl="4" style={{textAlign: "center", margin: "20px"}}>
177+
<Col xs="12" md="12" lg="12" xl="10" style={{textAlign: "center", margin: "20px"}}>
178178
<p>If you are on a mobile device, long press to save the image.</p>
179179
<p>If you are on a desktop device, right click to save the image.</p>
180+
<p>If it looks good, you could <a href="https://github.com/TonyLianLong/AnimeGAN.js">give AnimeGAN.js a star <span role="img" aria-label="star">🌟</span> on Github</a>.</p>
181+
<p>AnimeGAN.js uses the trained model from AnimeGAN. If you are interested in how the TensorFlow version of AnimeGAN works, <a href="https://github.com/TachibanaYoshino/AnimeGAN">click here</a></p>
180182
<Button variant="primary" onClick={() => window.location.reload()}>Restart</Button>
181183
</Col>
182184
<Col/>

0 commit comments

Comments
 (0)