minor fixes

This commit is contained in:
Your Name 2019-04-18 22:37:43 -07:00
parent 8919d143e4
commit d439aa1d6a
3 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ $.getJSON("static/config.json", function(data) {
input_interface.clear();
output_interface.clear();
$(".flag").removeClass("flagged");
$(".flag_message").empty()
io_master.last_input = null;
io_master.last_output = null;
})

View File

@ -35,6 +35,7 @@ $("#send_link").click(function(evt) {
})
$("#share_more").click(function (evt) {
$("#share_email").val("");
$("#share_form").show();
$("#share_complete").hide();
})

View File

@ -21,7 +21,7 @@
<body>
<nav>
<img src="../static/img/logo_inline.png" />
<a href="https://gradio.app"><img src="../static/img/logo_inline.png" /></a>
</nav>
<div id="share_row">
<button id="share" class="primary">Share this Interface</button>