kevineen commited on
Commit
7ba7672
1 Parent(s): 1d997c9
Files changed (1) hide show
  1. run.py +4 -3
run.py CHANGED
@@ -99,9 +99,10 @@ with gr.Blocks(theme=theme_, css=load_css()) as demo:
99
 
100
  profile_name = gr.Markdown()
101
 
102
- theme_button = gr.Button("Switch Theme")
103
- theme_button.click(fn=update_theme, outputs=None)
104
 
 
105
  demo.load(hello, inputs=None, outputs=profile_name)
106
 
107
  def choice_dataset_fn(choice_dataset):
@@ -140,7 +141,7 @@ with gr.Blocks(theme=theme_, css=load_css()) as demo:
140
  def on_submit(answer_text):
141
  return f" {answer_text}"
142
 
143
- # with gr.Tab("アノテ済みデータセット"):
144
 
145
  # gr.Textbox("データセットID", lines=1, placeholder="データセットIDを入力してください。")
146
 
 
99
 
100
  profile_name = gr.Markdown()
101
 
102
+ # theme_button = gr.Button("Switch Theme")
103
+ # theme_button.click(fn=update_theme, outputs=None)
104
 
105
+ # お名前表示 出力データセット用
106
  demo.load(hello, inputs=None, outputs=profile_name)
107
 
108
  def choice_dataset_fn(choice_dataset):
 
141
  def on_submit(answer_text):
142
  return f" {answer_text}"
143
 
144
+ # with gr.Tab("アノテ済みデータセット(管理画面)"):
145
 
146
  # gr.Textbox("データセットID", lines=1, placeholder="データセットIDを入力してください。")
147