Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -932,6 +932,9 @@ async def root(request: Request):
|
|
| 932 |
</div>
|
| 933 |
|
| 934 |
<div id="logs" class="tab-content active">
|
|
|
|
|
|
|
|
|
|
| 935 |
<div class="log-container" id="log-container-view">{log_content}</div>
|
| 936 |
</div>
|
| 937 |
|
|
|
|
| 932 |
</div>
|
| 933 |
|
| 934 |
<div id="logs" class="tab-content active">
|
| 935 |
+
<div style="text-align: right; margin-bottom: 10px;">
|
| 936 |
+
<button onclick="location.reload()" style="background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 5px 10px; border-radius: 5px; cursor: pointer; transition: 0.3s;" onmouseover="this.style.background='rgba(255,255,255,0.2)'" onmouseout="this.style.background='rgba(255,255,255,0.1)'">🔄 Refresh</button>
|
| 937 |
+
</div>
|
| 938 |
<div class="log-container" id="log-container-view">{log_content}</div>
|
| 939 |
</div>
|
| 940 |
|