Skip to content

Commit

Permalink
remove for, add temp
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Dec 30, 2023
1 parent 65503b3 commit fc7d21c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Empty file added temp/.keep
Empty file.
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="col-md-7">
<div class="well">
<div class="form-group">
<label for="policy-area"><b>POLICY</b></label>
<label><b>POLICY</b></label>
{% if data %}
<div id="editor">{{ data.policy }}</div>
{% else %}
Expand Down Expand Up @@ -83,7 +83,7 @@
<div class="col-md-12">
<div class="well">
<div class="form-group">
<label for="input-area"><b>INPUT</b></label>
<label><b>INPUT</b></label>
{% if data %}
<div id="editorinput">{{ data.input }}</div>
{% else %}
Expand All @@ -97,7 +97,7 @@
<div class="col-md-12">
<div class="well">
<div class="form-group">
<label for="data-area"><b>DATA</b></label>
<label><b>DATA</b></label>
{% if data %}
<div id="editordata">{{ data.data }}</div>
{% else %}
Expand All @@ -111,7 +111,7 @@
<div class="col-md-12">
<div class="well">
<div class="form-group">
<label for="result-area"><b>OUTPUT</b> <span id="query_eval_ns" style="color:rgb(107, 101, 101); font-size: x-small; font-style: italic;"></span></label>
<label><b>OUTPUT</b> <span id="query_eval_ns" style="color:rgb(107, 101, 101); font-size: x-small; font-style: italic;"></span></label>
<div id="editorresult"></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.1.1'
VERSION = '1.1.2'

0 comments on commit fc7d21c

Please sign in to comment.