|
8 | 8 | <script src="{{ url_for('static', filename='js/plotly-latest.min.js') }}"></script> |
9 | 9 | <script src="{{ url_for('static', filename='js/d3.min.js') }}"></script> |
10 | 10 | <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') }}"> |
12 | 12 | </head> |
13 | 13 |
|
14 | 14 | <body> |
@@ -91,8 +91,9 @@ <h5 class="modal-title" id="exampleModalLabel">Submit Problem Details</h5> |
91 | 91 | <div class="col col-md-12"> |
92 | 92 | <div class="form-group"> |
93 | 93 | <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" |
95 | 95 | placeholder="Put data here"></textarea> |
| 96 | + <button class="btn btn-danger btn-block" id="gen_random">Generate random data</button> |
96 | 97 | </div> |
97 | 98 | </div> |
98 | 99 | </div> |
|
0 commit comments