Update app.py
Browse files
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(
|
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)
|