Hev832 commited on
Commit
1b34a2b
·
verified ·
1 Parent(s): 9a2077e

Update web-app.py

Browse files
Files changed (1) hide show
  1. web-app.py +9 -1
web-app.py CHANGED
@@ -133,7 +133,15 @@ def refresh():
133
  def update_audio_player(choice):
134
  return os.path.join("audios",choice)
135
 
136
- with gr.Blocks() as app:
 
 
 
 
 
 
 
 
137
  with gr.Row():
138
  with gr.Column():
139
  with gr.Tabs():
 
133
  def update_audio_player(choice):
134
  return os.path.join("audios",choice)
135
 
136
+ app = gr.Blocks()
137
+ with app:
138
+ with gr.Tabs():
139
+ with gr.TabItem("Rejekts/EasyGUI"):
140
+ gr.Markdown(
141
+ value="""
142
+ Rejekts EasyGUI
143
+ """
144
+ )
145
  with gr.Row():
146
  with gr.Column():
147
  with gr.Tabs():