str-platformAI samayg commited on
Commit
34b879a
·
1 Parent(s): 8a40227

test: remove footer (#2)

Browse files

- test: remove footer (da77c333ad65faeb159c54b75ff7a83b3d55b120)


Co-authored-by: Samay gandhi <samayg@users.noreply.huggingface.co>

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