Added subscription module

This commit is contained in:
Saurab-Shrestha 2024-01-17 17:56:24 +05:45
parent c66feb4187
commit 4c5fed7ea4
17 changed files with 430 additions and 20 deletions

View file

@ -250,7 +250,6 @@ class PrivateAdminGptUi:
self._set_system_prompt,
inputs=system_prompt_input,
)
with gr.Column(scale=7, elem_id="col"):
_ = gr.ChatInterface(
self._chat,