test: remove footer

#2
by samayg - opened
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ def get_query_from_internet(user_query, temperature=0):
89
  chat_history = []
90
  CSS ="""
91
  .contain { display: flex; flex-direction: column; }
 
92
  #component-0 { height: 100%; }
93
  #chatbot { flex-grow: 1; overflow: auto;}
94
 
 
89
  chat_history = []
90
  CSS ="""
91
  .contain { display: flex; flex-direction: column; }
92
+ .svelte-1ax1toq { display: none; }
93
  #component-0 { height: 100%; }
94
  #chatbot { flex-grow: 1; overflow: auto;}
95