Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as app:
|
|
52 |
with gr.Row():
|
53 |
with gr.Column(scale=2):
|
54 |
chat_b = gr.Chatbot()
|
55 |
-
with gr.Column(scale=1)
|
56 |
with gr.Group():
|
57 |
inp = gr.Textbox(label="Prompt")
|
58 |
sys_inp = gr.Textbox(label="System Prompt")
|
|
|
52 |
with gr.Row():
|
53 |
with gr.Column(scale=2):
|
54 |
chat_b = gr.Chatbot()
|
55 |
+
with gr.Column(scale=1):
|
56 |
with gr.Group():
|
57 |
inp = gr.Textbox(label="Prompt")
|
58 |
sys_inp = gr.Textbox(label="System Prompt")
|