devendergarg14 commited on
Commit
f42d63c
1 Parent(s): 9d41ddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- rom gradio.themes.base import Base
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5
 
 
1
  import gradio as gr
2
+ from gradio.themes.base import Base
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5