Spaces:
Sleeping
Sleeping
DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ if __name__ == "__main__":
|
|
230 |
patent_link = st.text_area(
|
231 |
"Enter Google Patent Link:",
|
232 |
value="https://patents.google.com/patent/US8676427B1/en",
|
233 |
-
height=
|
234 |
)
|
235 |
|
236 |
# Initialize session state
|
|
|
230 |
patent_link = st.text_area(
|
231 |
"Enter Google Patent Link:",
|
232 |
value="https://patents.google.com/patent/US8676427B1/en",
|
233 |
+
height=90
|
234 |
)
|
235 |
|
236 |
# Initialize session state
|