File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ $( document ).ready(function() {
22 $ ( '#gl_list_row' ) . hide ( ) ;
33 $ ( '#rec_list_row' ) . hide ( ) ;
44
5- $ ( '#inferenceButton' ) . on ( 'click' , function ( ) {
6- $ ( '#inferenceButton' ) . text ( "Working..." ) ;
7- $ . get ( '/getinference' , function ( data ) {
8- console . log ( data ) ;
9-
10- if ( data [ 'status' ] == 'true' ) {
11- $ ( '#inferenceButton' ) . text ( 'Success' ) ;
12- } else {
13- $ ( '#inferenceButton' ) . text ( 'Something went wrong' ) ;
14- }
15-
16- $ ( '#inferenceButton' ) . text ( data [ 'status' ] ) ;
17- } ) ;
18- } ) ;
5+ // $('#inferenceButton').on('click',function(){
6+ // $('#inferenceButton').text("Working...");
7+ // $.get('/getinference',function(data){
8+ // console.log(data);
9+ //
10+ // if (data['status'] == 'true') {
11+ // $('#inferenceButton').text('Success');
12+ // } else {
13+ // $('#inferenceButton').text('Something went wrong');
14+ // }
15+ //
16+ // $('#inferenceButton').text(data['status']);
17+ // });
18+ // });
1919
2020 $ ( '#startButton' ) . on ( 'click' , function ( ) {
2121 $ . get ( '/getguidelines' , function ( data ) {
Original file line number Diff line number Diff line change @@ -15,12 +15,9 @@ <h1>Guideline Viewer</h1>
1515 </ div >
1616 </ div >
1717 < div class ="row ">
18- < div class ='col-md-11 '>
18+ < div class ='col-md-12 '>
1919 {% include 'guidelines.html' %}
2020 </ div >
21- < div class ='col-md-1 '>
22- {% include 'inference.html' %}
23- </ div >
2421
2522 </ div >
2623 < div class ="row ">
You can’t perform that action at this time.
0 commit comments