SUNGJIN LEE commited on
Commit
b538215
1 Parent(s): 685ddb5

지도 개선

Browse files
Pages/Dashboard.py CHANGED
@@ -32,7 +32,7 @@ if show_map:
32
  st.write("""
33
  <style>
34
  iframe {
35
- max-width: 2000px;
36
  width: 100%;
37
  height: 600px;
38
  border-radius: 10px;
 
32
  st.write("""
33
  <style>
34
  iframe {
35
+ max-width: 1200px;
36
  width: 100%;
37
  height: 600px;
38
  border-radius: 10px;
Pages/Recommendation System.py CHANGED
@@ -7,9 +7,9 @@ import map_recommend
7
  import data
8
  import os
9
 
10
- token = os.getenv('HF_TOKEN')
11
 
12
- st.set_page_config(layout="centered")
13
 
14
  st.write('# Recommendation System')
15
 
@@ -166,9 +166,9 @@ if st.session_state.map_data:
166
  st.write("""
167
  <style>
168
  iframe {
169
- max-width: 2000px;
170
  width: 100%;
171
- height: 300px;
172
  border-radius: 10px;
173
  border: 1px solid #d3d3d3;
174
  }
 
7
  import data
8
  import os
9
 
10
+ token = data.token
11
 
12
+ st.set_page_config(layout="wide")
13
 
14
  st.write('# Recommendation System')
15
 
 
166
  st.write("""
167
  <style>
168
  iframe {
169
+ max-width: 1200px;
170
  width: 100%;
171
+ height: 600px;
172
  border-radius: 10px;
173
  border: 1px solid #d3d3d3;
174
  }