Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ with gr.Blocks(css = "custom.css") as few_shot_demo:
|
|
312 |
#value = context_df_value,
|
313 |
headers = ["User", "Assistant"],
|
314 |
col_count = 2,
|
315 |
-
row_count =
|
316 |
#label = "You can input mannally, or click below examples, every example has its own model space that you can lookup",
|
317 |
)
|
318 |
|
@@ -321,7 +321,7 @@ with gr.Blocks(css = "custom.css") as few_shot_demo:
|
|
321 |
clear = gr.Button("Clear")
|
322 |
|
323 |
with gr.Column():
|
324 |
-
chatbot = gr.Chatbot(height =
|
325 |
'''
|
326 |
with gr.Row():
|
327 |
with gr.Column():
|
|
|
312 |
#value = context_df_value,
|
313 |
headers = ["User", "Assistant"],
|
314 |
col_count = 2,
|
315 |
+
row_count = 8,
|
316 |
#label = "You can input mannally, or click below examples, every example has its own model space that you can lookup",
|
317 |
)
|
318 |
|
|
|
321 |
clear = gr.Button("Clear")
|
322 |
|
323 |
with gr.Column():
|
324 |
+
chatbot = gr.Chatbot(height = 256)
|
325 |
'''
|
326 |
with gr.Row():
|
327 |
with gr.Column():
|