tea-phan-y commited on
Commit
d8f7c7b
·
verified ·
1 Parent(s): 4cc3e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ books = """
139
  # Setup the Gradio Blocks interface with custom layout components
140
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
141
  gr.Markdown(welcome_message) # Display the formatted welcome message
142
- with gr.Row(equal_height=True):
143
  # with gr.Column():
144
  gr.Markdown(topics) # Show the topics on the left side
145
  gr.Markdown(books)
 
139
  # Setup the Gradio Blocks interface with custom layout components
140
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
141
  gr.Markdown(welcome_message) # Display the formatted welcome message
142
+ with gr.Row():
143
  # with gr.Column():
144
  gr.Markdown(topics) # Show the topics on the left side
145
  gr.Markdown(books)