Oviya commited on
Commit ·
8f13b2c
1
Parent(s): bb7d090
update statichat
Browse files
dist/gramm-ai/browser/index.html
CHANGED
|
@@ -16,5 +16,5 @@
|
|
| 16 |
</style><link rel="stylesheet" href="styles-TX4PRGSR.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-TX4PRGSR.css"></noscript></head>
|
| 17 |
<body>
|
| 18 |
<app-root></app-root>
|
| 19 |
-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-
|
| 20 |
</html>
|
|
|
|
| 16 |
</style><link rel="stylesheet" href="styles-TX4PRGSR.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-TX4PRGSR.css"></noscript></head>
|
| 17 |
<body>
|
| 18 |
<app-root></app-root>
|
| 19 |
+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-NU7YKSTF.js" type="module"></script></body>
|
| 20 |
</html>
|
dist/gramm-ai/browser/{main-7QMSP564.js → main-NU7YKSTF.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
src/app/staticchat/staticchat.service.ts
CHANGED
|
@@ -52,7 +52,7 @@ export class ChatService {
|
|
| 52 |
|
| 53 |
private readonly apiBase =
|
| 54 |
location.hostname.endsWith('hf.space')
|
| 55 |
-
? 'https://pykara-py-learn-backend.hf.space'
|
| 56 |
: 'http://localhost:5000/staticchat';
|
| 57 |
|
| 58 |
// =====================================================
|
|
|
|
| 52 |
|
| 53 |
private readonly apiBase =
|
| 54 |
location.hostname.endsWith('hf.space')
|
| 55 |
+
? 'https://pykara-py-learn-backend.hf.space/staticchat'
|
| 56 |
: 'http://localhost:5000/staticchat';
|
| 57 |
|
| 58 |
// =====================================================
|