Spaces:
Running
Running
Commit ·
68fd28c
1
Parent(s): 432b772
Disabled spellchecker for browser
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ index_html = """
|
|
| 159 |
<div class="container">
|
| 160 |
<div class="panel">
|
| 161 |
<h3>Source Code Input</h3>
|
| 162 |
-
<textarea id="code-input" placeholder="Paste your code here..."></textarea>
|
| 163 |
<button id="submit-btn">Generate Flowchart</button>
|
| 164 |
</div>
|
| 165 |
<div class="panel">
|
|
|
|
| 159 |
<div class="container">
|
| 160 |
<div class="panel">
|
| 161 |
<h3>Source Code Input</h3>
|
| 162 |
+
<textarea id="code-input" placeholder="Paste your code here..." spellcheck="false"></textarea>
|
| 163 |
<button id="submit-btn">Generate Flowchart</button>
|
| 164 |
</div>
|
| 165 |
<div class="panel">
|