Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c4fcb10

Browse files
Adds button for generating random data to UI
1 parent d3f5048 commit c4fcb10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎templates/index.html‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="{{ url_for('static', filename='js/plotly-latest.min.js') }}"></script>
99
<script src="{{ url_for('static', filename='js/d3.min.js') }}"></script>
1010
<link href="data:image/x-icon;base64,AAABAAEAEBACAAAAAACwAAAAFgAAACgAAAAQAAAAIAAAAAEAAQAAAAAAQAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAAA4EAAAOBAAB7vQAA858AAOfPAADP5wAAn/MAAJ/zAACf8wAAn/MAAJ/zAADP5wAA588AAPAfAAD4PwAA" rel="icon" type="image/x-icon" />
11-
11+
<linkrel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
1212
</head>
1313

1414
<body>
@@ -91,8 +91,9 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5>
9191
<div class="col col-md-12">
9292
<div class="form-group">
9393
<label for="data"><span class="text-muted">Problem Data</span></label>
94-
<textarea id="data" name="data" cols="30" rows="4" class="form-control"
94+
<textarea id="data" name="data" cols="30" rows="5" class="form-control"
9595
placeholder="Put data here"></textarea>
96+
<button class="btn btn-danger btn-block" id="gen_random">Generate random data</button>
9697
</div>
9798
</div>
9899
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /