InvictusRudra commited on
Commit
be59158
1 Parent(s): 7fd337c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -95,7 +95,7 @@ qa_interactive = pn.panel(
95
  output = pn.WidgetBox('*Output will show up here:*', qa_interactive, width=630, scroll=True)
96
 
97
  # layout
98
- layout = pn.Column(
99
  pn.pane.Markdown("""
100
  Question Answering with your PDF file!
101
 
@@ -107,7 +107,4 @@ layout = pn.Column(
107
  output,
108
  widgets
109
 
110
- )
111
- pn.template.FastListTemplate(
112
- site="Panel", title="Example", main=[layout],
113
  ).servable()
 
95
  output = pn.WidgetBox('*Output will show up here:*', qa_interactive, width=630, scroll=True)
96
 
97
  # layout
98
+ pn.Column(
99
  pn.pane.Markdown("""
100
  Question Answering with your PDF file!
101
 
 
107
  output,
108
  widgets
109
 
 
 
 
110
  ).servable()