giannantonio15 commited on
Commit
4e04acf
·
verified ·
1 Parent(s): 5b31f5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -77,7 +77,6 @@ css = """
77
  top: 10%;
78
  bottom: 10%; /* Adjust this value as necessary */
79
  width: 10%;
80
- height: auto; /* Let the height be determined by the top and bottom properties */
81
  max-height: 80%; /* Ensure it does not exceed 80% of the parent container's height */
82
  overflow-y: auto; /* Allow scrolling if content overflows vertically */
83
  overflow-x: hidden; /* Hide horizontal overflow */
@@ -107,14 +106,7 @@ css = """
107
  width: 12%
108
  }
109
 
110
- #dropdown{
111
- position: relative;
112
- height: 8%
113
- }
114
 
115
- #divDocumenti{
116
- position: relative;
117
- }
118
 
119
  """
120
  user_message=""
 
77
  top: 10%;
78
  bottom: 10%; /* Adjust this value as necessary */
79
  width: 10%;
 
80
  max-height: 80%; /* Ensure it does not exceed 80% of the parent container's height */
81
  overflow-y: auto; /* Allow scrolling if content overflows vertically */
82
  overflow-x: hidden; /* Hide horizontal overflow */
 
106
  width: 12%
107
  }
108
 
 
 
 
 
109
 
 
 
 
110
 
111
  """
112
  user_message=""