You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
3.5 KiB
66 lines
3.5 KiB
{#<!-- streamlit_embed.html -->#}
|
|
{#<!DOCTYPE html>#}
|
|
{#<html>#}
|
|
{#<head>#}
|
|
{# <title>流感基金关联分析系统系统</title>#}
|
|
{# <link rel="stylesheet" type="text/css" href="..\static\plugins\bootstrap-5.3.0-alpha1\css\bootstrap.css">#}
|
|
{# <script type="text/javascript" src="../static/plugins/bootstrap-5.3.0-alpha1/js/popper.min.js"></script>#}
|
|
{# <script type="text/javascript" src="../static/plugins/bootstrap-5.3.0-alpha1/js/bootstrap.min.js"></script>#}
|
|
{# <link rel="stylesheet" type="text/css" href="..\static\plugins\bootstrap-5.3.0-alpha1\css\auth.css">#}
|
|
{# <link rel="stylesheet" type="text/css" href="..\static\plugins\bootstrap-5.3.0-alpha1\css\base.css">#}
|
|
{#</head>#}
|
|
{#<body>#}
|
|
{#<!-- Logo and header in a flex container for alignment -->#}
|
|
{#<div style="display: flex; align-items: center;">#}
|
|
{# <img src="..\static\img\logo.png" alt="Logo" style="height: 100px;"> <!-- Adjust the height as needed -->#}
|
|
{# <h1 style="margin-left: 10px;">流感基金关联分析系统</h1>#}
|
|
{# <div class="dropdown text-end">#}
|
|
{# <a href="#" class="d-block link-body-emphasis text-decoration-none dropdown-toggle" data-bs-toggle="dropdown"#}
|
|
{# aria-expanded="false">#}
|
|
{# <img src="..\static\img\logo.png" alt="mdo" width="32" height="32" class="rounded-circle">#}
|
|
{# </a>#}
|
|
{# <ul class="dropdown-menu text-small" style="">#}
|
|
{# <li><a class="dropdown-item" href="#">New project...</a></li>#}
|
|
{# <li><a class="dropdown-item" href="#">Settings</a></li>#}
|
|
{# <li><a class="dropdown-item" href="#">Profile</a></li>#}
|
|
{# <li>#}
|
|
{# <hr class="dropdown-divider">#}
|
|
{# </li>#}
|
|
{# <li><a class="dropdown-item" href="#">Sign out</a></li>#}
|
|
{# </ul>#}
|
|
{# </div>#}
|
|
{#</div>#}
|
|
{#<iframe src="http://localhost:8501" width="100%" height="800px"></iframe>#}
|
|
{#</body>#}
|
|
{#</html>#}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>流感基金关联分析系统系统</title>
|
|
<link rel="stylesheet" type="text/css" href="..\static\plugins\bootstrap-5.3.0-alpha1\css\bootstrap.css">
|
|
<script type="text/javascript" src="../static/plugins/bootstrap-5.3.0-alpha1/js/popper.min.js"></script>
|
|
<script type="text/javascript" src="../static/plugins/bootstrap-5.3.0-alpha1/js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="..\static\plugins\bootstrap-5.3.0-alpha1\css\auth.css">
|
|
<link rel="stylesheet" type="text/css" href="..\static\plugins\bootstrap-5.3.0-alpha1\css\base.css">
|
|
</head>
|
|
<body>
|
|
<!-- Logo and header in a flex container for alignment -->
|
|
<div style="display: flex; align-items: center; justify-content: space-between;">
|
|
<div style="display: flex; align-items: center;">
|
|
<img src="..\static\img\logo.png" alt="Logo" style="height: 100px;"> <!-- Adjust the height as needed -->
|
|
<h2 style="margin-left: 10px;">流感基金关联分析系统</h2>
|
|
</div>
|
|
<div class="dropdown text-end" style="margin-left: auto;">
|
|
<a href="#" class="d-block link-body-emphasis text-decoration-none dropdown-toggle" data-bs-toggle="dropdown"
|
|
aria-expanded="false">
|
|
<img src="..\static\img\yuyue_picture.jpg" alt="mdo" width="45" height="45" class="rounded-circle">
|
|
</a>
|
|
<ul class="dropdown-menu text-small" style="">
|
|
<li><a class="dropdown-item" href="/login">退出登录</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<iframe src="http://localhost:8501?sessionid={{ sessionid }}" width="100%" height="800px"></iframe>
|
|
</body>
|
|
</html>
|