sanjanatule commited on
Commit
78148b4
·
1 Parent(s): 5dd830f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +26 -8
app.py CHANGED
@@ -88,14 +88,32 @@ HTML_TEMPLATE = """
88
  with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('file=https://github.com/Delve-ERAV1/S20/assets/11761529/c0ff84a4-dde6-473e-a820-d3797040eb9d')}") as interface:
89
  gr.HTML(value=HTML_TEMPLATE, show_label=False)
90
 
91
- gr.Markdown("Start typing below and then click **Run** to see the output.")
92
- gr.Markdown("Start typing below and then click **Run** to see the output.")
93
- gr.Markdown("Start typing below and then click **Run** to see the output.")
94
- gr.Markdown("Start typing below and then click **Run** to see the output.")
95
- gr.Markdown("Start typing below and then click **Run** to see the output.")
96
- gr.Markdown("Start typing below and then click **Run** to see the output.")
97
- gr.Markdown("Start typing below and then click **Run** to see the output.")
98
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  with gr.Row():
100
  character_dropdown = gr.Dropdown(
101
  label="Select a Character",
 
88
  with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('file=https://github.com/Delve-ERAV1/S20/assets/11761529/c0ff84a4-dde6-473e-a820-d3797040eb9d')}") as interface:
89
  gr.HTML(value=HTML_TEMPLATE, show_label=False)
90
 
91
+ gr.Markdown("")
92
+ gr.Markdown("")
93
+ gr.Markdown("")
94
+
95
+ gr.Markdown("")
96
+ gr.Markdown("")
97
+ gr.Markdown("")
98
+ gr.Markdown("")
99
+
100
+ gr.Markdown("")
101
+ gr.Markdown("")
102
+ gr.Markdown("")
103
+ gr.Markdown("")
104
+ gr.Markdown("")
105
+ gr.Markdown("")
106
+ gr.Markdown("")
107
+
108
+ gr.Markdown("")
109
+ gr.Markdown("")
110
+
111
+ gr.Markdown("")
112
+ gr.Markdown("")
113
+ gr.Markdown("")
114
+ gr.Markdown("")
115
+
116
+
117
  with gr.Row():
118
  character_dropdown = gr.Dropdown(
119
  label="Select a Character",