Adrian Cowham commited on
Commit
4934543
β€’
1 Parent(s): f56f728

updated hf space title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. src/app.py +0 -7
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Pyrocene
3
  emoji: πŸ“™
4
  colorFrom: orange
5
  colorTo: orange
 
1
  ---
2
+ title: Japan
3
  emoji: πŸ“™
4
  colorFrom: orange
5
  colorTo: orange
src/app.py CHANGED
@@ -95,13 +95,6 @@ def load_chain(inputs = None):
95
  combine_docs_chain_kwargs={"prompt": qa_prompt})
96
  return chain
97
 
98
- CSS ="""
99
- .contain { display: flex; flex-direction: column; }
100
- .gradio-container { height: 100vh !important; }
101
- #component-0 { height: 100%; }
102
- #chatbot { flex-grow: 1; overflow: auto;}
103
- """
104
-
105
  with gr.Blocks() as block:
106
  with gr.Row():
107
  with gr.Column(scale=0.75):
 
95
  combine_docs_chain_kwargs={"prompt": qa_prompt})
96
  return chain
97
 
 
 
 
 
 
 
 
98
  with gr.Blocks() as block:
99
  with gr.Row():
100
  with gr.Column(scale=0.75):