srishti-hf1110 commited on
Commit
65a45ec
·
verified ·
1 Parent(s): 3639168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def greet(name):
4
  return f"Hello, {name}!"
 
1
  import gradio as gr
2
+ import matplotlib.pyplot as plt
3
 
4
  def greet(name):
5
  return f"Hello, {name}!"