syurein commited on
Commit
8567915
·
1 Parent(s): 95cac23

stop function

Browse files
Files changed (1) hide show
  1. maps2.py +2 -3
maps2.py CHANGED
@@ -9,7 +9,7 @@ from selenium.common.exceptions import WebDriverException, TimeoutException
9
  try:
10
  import google_colab_selenium as gs # Colab用
11
  IN_COLAB = True
12
- except ImportError:
13
  IN_COLAB = False
14
  import time
15
  from bs4 import BeautifulSoup
@@ -634,8 +634,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
634
  gr.Markdown("## 収集結果プレビュー")
635
  dataframe_output = gr.DataFrame(
636
  label="収集データ(会社名, 住所, HP, 設立日) - 最大100件程度表示",
637
- wrap=True,
638
- max_rows=100
639
  )
640
  gr.Markdown("---")
641
  gr.Markdown("## ダウンロード")
 
9
  try:
10
  import google_colab_selenium as gs # Colab用
11
  IN_COLAB = True
12
+ except :
13
  IN_COLAB = False
14
  import time
15
  from bs4 import BeautifulSoup
 
634
  gr.Markdown("## 収集結果プレビュー")
635
  dataframe_output = gr.DataFrame(
636
  label="収集データ(会社名, 住所, HP, 設立日) - 最大100件程度表示",
637
+ wrap=True
 
638
  )
639
  gr.Markdown("---")
640
  gr.Markdown("## ダウンロード")