How to make chat Screen full page #4401
Unanswered
kartikbhalala
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @kartikbhalala! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together! To make the chat widget full screen, you can set the <langflow-chat
chat_inputs='{"your_key":"value"}'
chat_input_field="your_chat_key"
flow_id="your_flow_id"
host_url="langflow_url"
chat_window_style='{"width":"100%", "height":"100%"}'
></langflow-chat> This configuration will make the chat widget occupy the full width and height of the screen, similar to a full-screen chat interface like ChatGPT [1]. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to make chatwidget full screen? just like chatgpt
Beta Was this translation helpful? Give feedback.
All reactions