tea-phan-y
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
145 |
# with gr.Column():
|
146 |
gr.Markdown(topics) # Show the topics on the left side
|
147 |
gr.Markdown(books)
|
148 |
-
gr.Markdown(
|
149 |
with gr.Row():
|
150 |
with gr.Column():
|
151 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|
|
|
145 |
# with gr.Column():
|
146 |
gr.Markdown(topics) # Show the topics on the left side
|
147 |
gr.Markdown(books)
|
148 |
+
gr.Markdown(books2)
|
149 |
with gr.Row():
|
150 |
with gr.Column():
|
151 |
question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
|