mcbrs1 commited on
Commit
ca59d84
Β·
1 Parent(s): 32d205b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,4 +1,9 @@
1
  import gradio as gr
 
 
 
 
 
2
 
3
  def greet(name):
4
  return "Hello " + name + "!"
 
1
  import gradio as gr
2
+ import pandas as pd
3
+ import docx
4
+
5
+ document = docx.Document('C:\Users\Rhodri Smith\OneDrive - Cardiff University\Desktop\ChatBot\Contamination_Monitoring\CONTAMINATION.docx')
6
+
7
 
8
  def greet(name):
9
  return "Hello " + name + "!"