Oviya commited on
Commit ·
6dea507
1
Parent(s): 87ac2f4
update staticchat
Browse files
src/app/staticchat/staticchat.service.ts
CHANGED
|
@@ -55,8 +55,6 @@ export class ChatService {
|
|
| 55 |
? 'https://pykara-py-learn-backend.hf.space'
|
| 56 |
: 'http://localhost:5000/staticchat';
|
| 57 |
|
| 58 |
-
|
| 59 |
-
|
| 60 |
// =====================================================
|
| 61 |
// Static user_id: generated once per browser session.
|
| 62 |
// Persists across page navigations within the same tab,
|
|
|
|
| 55 |
? 'https://pykara-py-learn-backend.hf.space'
|
| 56 |
: 'http://localhost:5000/staticchat';
|
| 57 |
|
|
|
|
|
|
|
| 58 |
// =====================================================
|
| 59 |
// Static user_id: generated once per browser session.
|
| 60 |
// Persists across page navigations within the same tab,
|