Donald Winkelman commited on
Commit
a1fd46f
·
1 Parent(s): 750fa55
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def process_segmentation(language_name, text_input, file_input, delimiter, outpu
103
 
104
  # --- Gradio UI Construction ---
105
 
106
- with gr.Blocks(title="MorphSeg Demo", theme=gr.themes.Soft()) as demo:
107
  gr.Markdown(
108
  """
109
  # 🧩 MorphSeg: Canonical Morpheme Segmentation
 
103
 
104
  # --- Gradio UI Construction ---
105
 
106
+ with gr.Blocks(title="MorphSeg Demo") as demo:
107
  gr.Markdown(
108
  """
109
  # 🧩 MorphSeg: Canonical Morpheme Segmentation