Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Removed the chatroom "prompt" button entirely
Browse files
chat_application/templates/room.html
CHANGED
|
@@ -16,12 +16,7 @@
|
|
| 16 |
<div id="room-subsection">
|
| 17 |
<div class="topic-header-row">
|
| 18 |
<div class="topic-header-info">
|
| 19 |
-
|
| 20 |
-
</h2>
|
| 21 |
-
<div class="tooltip">
|
| 22 |
-
<button class="prompt-btn">Prompt</button>
|
| 23 |
-
<span class="tooltiptext">{{topic_info.text}}</span>
|
| 24 |
-
</div>
|
| 25 |
</div>
|
| 26 |
<div class="topic-header-buttons">
|
| 27 |
<button id="end-exp-btn">Chat Session Ends</button>
|
|
|
|
| 16 |
<div id="room-subsection">
|
| 17 |
<div class="topic-header-row">
|
| 18 |
<div class="topic-header-info">
|
| 19 |
+
<h2 id="room-code-display">Topic: <span class="topic-title">{{ topic_info.title }}</span></h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
</div>
|
| 21 |
<div class="topic-header-buttons">
|
| 22 |
<button id="end-exp-btn">Chat Session Ends</button>
|