Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,10 @@ conv = Conversation(prompt, 10)
|
|
| 106 |
# )
|
| 107 |
# demo.launch()
|
| 108 |
|
| 109 |
-
with gr.Blocks(css="#chatbot{height:800px} .overflow-y-auto{height:500px}") as demo:
|
| 110 |
-
|
|
|
|
|
|
|
| 111 |
|
| 112 |
with gr.Row():
|
| 113 |
with gr.Column(scale=0.85):
|
|
|
|
| 106 |
# )
|
| 107 |
# demo.launch()
|
| 108 |
|
| 109 |
+
# with gr.Blocks(css="#chatbot{height:800px} .overflow-y-auto{height:500px}") as demo:
|
| 110 |
+
# chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
|
| 111 |
+
with gr.Blocks(css="#chatty{height:800px} .overflow-y-auto{height:500px}") as demo:
|
| 112 |
+
chatbot = gr.Chatbot([], name="Chatty", elem_id="chatbot").style(height=800, width=800)
|
| 113 |
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column(scale=0.85):
|