DSDUDEd commited on
Commit
51c9879
·
verified ·
1 Parent(s): 6d68479

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -38,6 +38,15 @@
38
  <!-- AI Apps / Bots Section -->
39
  <div id="ai-apps-section" style="display:none;">
40
  <h2>🌐 AI Apps / Bots</h2>
 
 
 
 
 
 
 
 
 
41
  <div id="ai-apps-container"></div>
42
  </div>
43
 
 
38
  <!-- AI Apps / Bots Section -->
39
  <div id="ai-apps-section" style="display:none;">
40
  <h2>🌐 AI Apps / Bots</h2>
41
+
42
+ <!-- Create AI App Form -->
43
+ <div id="create-app-section">
44
+ <input id="app-name" type="text" placeholder="App Name" />
45
+ <input id="app-language" type="text" placeholder="Language" />
46
+ <textarea id="app-code" placeholder="Your code here..."></textarea>
47
+ <button id="create-app-btn">Create AI App</button>
48
+ </div>
49
+
50
  <div id="ai-apps-container"></div>
51
  </div>
52