MuskanMjn commited on
Commit
4c2c5ac
·
1 Parent(s): 2a85b13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  gr.HTML("<hr>")
114
 
115
  # xor_image = Image.open("xor.png")
116
- with gr.Column().style(text-align=center):
117
  gr.Markdown("## Table explaining the 'XOR' operator")
118
  gr.HTML(XOR_TABLE)
119
  # gr.Image(xor_image, label="Table explaining the 'XOR' operator")
 
113
  gr.HTML("<hr>")
114
 
115
  # xor_image = Image.open("xor.png")
116
+ with gr.Column():
117
  gr.Markdown("## Table explaining the 'XOR' operator")
118
  gr.HTML(XOR_TABLE)
119
  # gr.Image(xor_image, label="Table explaining the 'XOR' operator")