Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -456,7 +456,15 @@ def vote(data: gr.LikeData):
|
|
456 |
print(f"You downvoted this response: {data.value}")
|
457 |
|
458 |
css = """
|
459 |
-
/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
"""
|
461 |
|
462 |
uploaded_documents = []
|
|
|
456 |
print(f"You downvoted this response: {data.value}")
|
457 |
|
458 |
css = """
|
459 |
+
/* Fine-tune chatbox size */
|
460 |
+
.chatbot-container {
|
461 |
+
height: 600px !important;
|
462 |
+
width: 100% !important;
|
463 |
+
}
|
464 |
+
.chatbot-container > div {
|
465 |
+
height: 100%;
|
466 |
+
width: 100%;
|
467 |
+
}
|
468 |
"""
|
469 |
|
470 |
uploaded_documents = []
|