mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
minor fixes
This commit is contained in:
parent
8919d143e4
commit
d439aa1d6a
@ -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;
|
||||
})
|
||||
|
@ -35,6 +35,7 @@ $("#send_link").click(function(evt) {
|
||||
})
|
||||
|
||||
$("#share_more").click(function (evt) {
|
||||
$("#share_email").val("");
|
||||
$("#share_form").show();
|
||||
$("#share_complete").hide();
|
||||
})
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user