Shreyas094 commited on
Commit
c8e2b11
1 Parent(s): 064337b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
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
- /* Add your custom CSS here */
 
 
 
 
 
 
 
 
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 = []