sxd3125 commited on
Commit
2fabb36
1 Parent(s): 76e016c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
 
8
  def make_plot(x):
9
  return x.figure
10
-
11
  # Define List of Models
12
 
13
  models = {"Starcoder": Starcoder}
 
7
 
8
  def make_plot(x):
9
  return x.figure
10
+ title='Plot'
11
  # Define List of Models
12
 
13
  models = {"Starcoder": Starcoder}