Rishi-Jain-27 commited on
Commit
68fd28c
·
1 Parent(s): 432b772

Disabled spellchecker for browser

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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">