Skip to content

Commit

Permalink
update examples to conala
Browse files Browse the repository at this point in the history
  • Loading branch information
frankxu2004 committed Dec 24, 2019
1 parent 9f40420 commit fd5afd2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions server/templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@
</div>
<div class="card-body">
<h5 class="card-title">Try some examples from each dataset!</h5>
<div>
<div style="text-align:right; float: left; width: 80px">CoNaLa</div>
<div style="float: left; margin-left: 20px; padding-left: 10px; border-left: 1px darkgray dashed">
<p class="card-text"><a href="#" onclick="parse_example(this, 'conala');">Open a file `yourfile.txt` in write mode</a></p>
<p class="card-text"><a href="#" onclick="parse_example(this, 'conala');">lower a string `text` and remove non-alphanumeric characters aside from space</a></p>
<p class="card-text"><a href="#" onclick="parse_example(this, 'conala');">choose a random file from the directory contents of the C drive, `C:\\`</a></p>
</div>
<div style="clear:both; margin-bottom: 10px"></div>
</div>
<a class="float-right" data-toggle="collapse" href="#other-examples" role="button">[Show other examples]</a>

<div class="collapse multi-collapse" id="other-examples">

<div>
<div style="text-align:right; float: left; width: 80px">ATIS</div>
<div style="float: left; margin-left: 20px; padding-left: 10px; border-left: 1px darkgray dashed">
Expand Down Expand Up @@ -95,6 +108,7 @@ <h5 class="card-title">Try some examples from each dataset!</h5>
<div style="clear:both; margin-bottom: 10px"></div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit fd5afd2

Please sign in to comment.