Dharma20 commited on
Commit
5cdbc78
·
verified ·
1 Parent(s): d17dafb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def rag(history,question):
34
  yield history, " "
35
 
36
 
37
- with gr.Blocks(theme=gr.themes.Soft(font=gr.themes.GoogleFont('Open Sans')))as demo:
38
 
39
  gr.HTML("<center><h1>TalkToFiles - Query your documents! 📂📄</h1><center>")
40
  gr.Markdown("""##### This AI chatbot🤖 can help you chat with your documents. Can upload <b>Text(.txt), PDF(.pdf) and Markdown(.md)</b> files.\
 
34
  yield history, " "
35
 
36
 
37
+ with gr.Blocks(theme=gr.themes.Soft())as demo:
38
 
39
  gr.HTML("<center><h1>TalkToFiles - Query your documents! 📂📄</h1><center>")
40
  gr.Markdown("""##### This AI chatbot🤖 can help you chat with your documents. Can upload <b>Text(.txt), PDF(.pdf) and Markdown(.md)</b> files.\