shamikbose89 commited on
Commit
4a03fae
·
1 Parent(s): 67d1057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -75,8 +75,7 @@ def get_full_example(idx):
75
 
76
 
77
  with gr.Blocks() as demo:
78
- with gr.Row():
79
- header = gr.Markdown()
80
  with gr.Row():
81
  with gr.Column(scale=0, min_width=100):
82
  logo = gr.Image(
@@ -101,6 +100,8 @@ with gr.Blocks() as demo:
101
  type="value",
102
  )
103
  lang_picker.select(change_language, inputs=lang_picker, outputs=None)
 
 
104
  with gr.Row():
105
  with gr.Column(scale=2, min_width=400):
106
  text_original = gr.Textbox(
 
75
 
76
 
77
  with gr.Blocks() as demo:
78
+
 
79
  with gr.Row():
80
  with gr.Column(scale=0, min_width=100):
81
  logo = gr.Image(
 
100
  type="value",
101
  )
102
  lang_picker.select(change_language, inputs=lang_picker, outputs=None)
103
+ with gr.Row():
104
+ header = gr.Markdown(value=header_string)
105
  with gr.Row():
106
  with gr.Column(scale=2, min_width=400):
107
  text_original = gr.Textbox(