tea-phan-y commited on
Commit
7f73896
·
verified ·
1 Parent(s): 00bfae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(book2)
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?")