noorulamean444 commited on
Commit
83cb40a
1 Parent(s): 9505549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,8 +174,8 @@ with gr.Blocks() as demo:
174
  time.sleep(0.05)
175
  yield output
176
  # mkd = gr.Markdown('# ChatBot for Jupyter Notebook\n For more details: **link**')
177
- file = gr.File(interactive=True,height=35)
178
  chatbot = gr.ChatInterface(fn=chat,fill_height=False,additional_inputs=[file],stop_btn='Stop Generation',
179
- description="For more details: link")
180
 
181
  demo.launch()
 
174
  time.sleep(0.05)
175
  yield output
176
  # mkd = gr.Markdown('# ChatBot for Jupyter Notebook\n For more details: **link**')
177
+ file = gr.File(interactive=True,height=35,container=False)
178
  chatbot = gr.ChatInterface(fn=chat,fill_height=False,additional_inputs=[file],stop_btn='Stop Generation',
179
+ description="[Read the Instructions here!](https://huggingface.co/spaces/noorulamean444/clma_try/blob/main/README.md)")
180
 
181
  demo.launch()