add web hil
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Minimal Feedback Task (SSE)</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static_files', filename='style.css') }}">
|
||||
<title>Pocket Flow Web Feedback</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', path='style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Minimal Task Submitter (SSE)</h1>
|
||||
<h1>Pocket Flow Web Feedback</h1>
|
||||
|
||||
<div class="container">
|
||||
<textarea id="task-input" rows="3" placeholder="Enter text to process..."></textarea>
|
||||
|
||||
Reference in New Issue
Block a user