Tonic commited on
Commit
29595e5
·
verified ·
1 Parent(s): 7b2544a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def app_interface():
175
  with gr.Tab("Load Corpus"):
176
  json_uploader = gr.File(label="Upload JSON File")
177
  load_corpus_button = gr.Button("Load Corpus")
178
- corpus_status = gr.Textbox(label="Corpus Status", value="Corpus not loaded", readonly=True)
179
 
180
  def load_corpus(file_info):
181
  if file_info is None:
 
175
  with gr.Tab("Load Corpus"):
176
  json_uploader = gr.File(label="Upload JSON File")
177
  load_corpus_button = gr.Button("Load Corpus")
178
+ corpus_status = gr.Textbox(label="Corpus Status", value="Corpus not loaded")
179
 
180
  def load_corpus(file_info):
181
  if file_info is None: