agentharbor commited on
Commit
0ba2f52
·
verified ·
1 Parent(s): f800a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ iface = gr.Interface(
106
  gr.Markdown(label="Schema Relationships"),
107
  gr.Markdown(label="Generated Glossary"),
108
  gr.Textbox(label="Queries"),
109
- gr.Markdown(label="LookML Model").
110
  gr.Markdown(label="Data preparation pipeline")
111
  ],
112
  live=False,
 
106
  gr.Markdown(label="Schema Relationships"),
107
  gr.Markdown(label="Generated Glossary"),
108
  gr.Textbox(label="Queries"),
109
+ gr.Markdown(label="LookML Model"),
110
  gr.Markdown(label="Data preparation pipeline")
111
  ],
112
  live=False,