AbeerTrial commited on
Commit
9c6dd15
·
1 Parent(s): 7f15565

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,7 +40,6 @@ def process_file():
40
  document1.extend(document3)
41
 
42
  text_splitter = RecursiveCharacterTextSplitter(
43
- separator="\n",
44
  chunk_size=1000,
45
  chunk_overlap=200,
46
  length_function=len)
@@ -465,7 +464,7 @@ css = """
465
  """
466
 
467
  with gr.Blocks(css=css) as demo:
468
- gr.Markdown('<div class="centered">## Medical App</div>')
469
 
470
  with gr.Tab("SOAP and SBAR Note Creation"):
471
  with gr.Column(elem_classes="col"):
 
40
  document1.extend(document3)
41
 
42
  text_splitter = RecursiveCharacterTextSplitter(
 
43
  chunk_size=1000,
44
  chunk_overlap=200,
45
  length_function=len)
 
464
  """
465
 
466
  with gr.Blocks(css=css) as demo:
467
+ gr.Markdown("## <center>Medical App</center>")
468
 
469
  with gr.Tab("SOAP and SBAR Note Creation"):
470
  with gr.Column(elem_classes="col"):