AnseMin commited on
Commit
c337a68
·
1 Parent(s): bdc060b

minor UI change

Browse files
Files changed (1) hide show
  1. src/ui/ui.py +1 -2
src/ui/ui.py CHANGED
@@ -159,8 +159,7 @@ def create_ui():
159
  margin-bottom: 15px;
160
  }
161
  """) as demo:
162
- gr.Markdown("Markit: Convert any documents to Markdown")
163
-
164
  # State to track if cancellation is requested
165
  cancel_requested = gr.State(False)
166
  # State to store the conversion thread
 
159
  margin-bottom: 15px;
160
  }
161
  """) as demo:
162
+ # Remove the header
 
163
  # State to track if cancellation is requested
164
  cancel_requested = gr.State(False)
165
  # State to store the conversion thread