WebashalarForML commited on
Commit
59dceba
·
verified ·
1 Parent(s): b734f0e

Update templates/anoter.html

Browse files
Files changed (1) hide show
  1. templates/anoter.html +7 -2
templates/anoter.html CHANGED
@@ -137,8 +137,13 @@
137
  <div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">Step 3 of 5</div>
138
  </div>
139
  <div class="iframe-container">
140
- <!--iframe src="https://tecoholic.github.io/ner-annotator/" title="NER Annotator"></iframe-->
141
- <iframe src="https://arunmozhi.in/ner-annotator/" title="NER Annotator" sandbox="allow-scripts allow-same-origin"></iframe>
 
 
 
 
 
142
  </div>
143
 
144
 
 
137
  <div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">Step 3 of 5</div>
138
  </div>
139
  <div class="iframe-container">
140
+ <!--iframe src="https://arunmozhi.in/ner-annotator/" title="NER Annotator"></iframe-->
141
+ <iframe
142
+ src="https://arunmozhi.in/ner-annotator/"
143
+ title="NER Annotator"
144
+ sandbox="allow-scripts allow-same-origin allow-downloads"
145
+ style="width: 100%; height: 675px; border: none; border-radius: 10px;">
146
+ </iframe>
147
  </div>
148
 
149