Omnibus commited on
Commit
e9a035e
·
verified ·
1 Parent(s): 623810f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,10 +1,8 @@
1
  import gradio as gr
2
- name="this name"
3
  def hide_message(reg,sec):
4
  out = reg + " " + ''.join(chr(0xE0000 + ord(ch)) for ch in sec)
5
  return out
6
 
7
- #print(convert_to_tag_chars(name))
8
 
9
  with gr.Blocks() as app:
10
  with gr.Row():
 
1
  import gradio as gr
 
2
  def hide_message(reg,sec):
3
  out = reg + " " + ''.join(chr(0xE0000 + ord(ch)) for ch in sec)
4
  return out
5
 
 
6
 
7
  with gr.Blocks() as app:
8
  with gr.Row():