Chamin09 commited on
Commit
c50b116
·
verified ·
1 Parent(s): fd58911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,8 +123,8 @@ def create_pdf1(state, pdf_title, pdf_type):
123
  return pdf_buffer
124
 
125
  # Create the Gradio interface
126
- with gr.Blocks(title="Menu to Braille Converter") as demo:
127
- gr.Markdown("# Menu to Braille Converter")
128
  gr.Markdown("Upload a menu image to convert it to Braille text")
129
 
130
  with gr.Row():
 
123
  return pdf_buffer
124
 
125
  # Create the Gradio interface
126
+ with gr.Blocks(title="English Menu to Braille Menu Converter") as demo:
127
+ gr.Markdown("# English Menu to Braille Menu")
128
  gr.Markdown("Upload a menu image to convert it to Braille text")
129
 
130
  with gr.Row():